/* 
<!-- 
		+ --------------------------------------------------------- +
		|                                                           |
		| 	Desarrollado por: Gustavo A. Ocanto C.                  |
		| 	Email: gustavoocanto@gmail.com / info@websarrollo.com   |
		| 	Teléfono: 0414-428.42.30 / 0245-511.38.40               |
		| 	Web: http://www.gustavoocanto.com                       |
		|        http://www.websarrollo.com                         |
		| 	Valencia, Edo. Carabobo - Venezuela                     |
		|                                                           |
        + --------------------------------------------------------- +
-->
*/
function inicio(url){
         location.href=url		
}

function fondo(id, color, op){ //#E2E2E2
		 if (op == '1'){
		     document.getElementById(id).style.backgroundColor = color;
		 }else{			 
			 document.getElementById(id).style.backgroundColor = color;
		 }
}

function valor(id){
	return document.getElementById(id).value;
}
 
function changeimg(opcion, id, strImg) {
		 if (opcion='over')
	         document.getElementById(id).src = strImg;
		 else	 
		     document.getElementById(id).src = strImg; 
}

function expandit(curobj){
		if(document.getElementById(curobj)){
		  folder=document.getElementById(curobj).style;
		  }else{
			if(ns6==1||(agtbrw.indexOf('opera')!=-1)){
				folder=curobj.nextSibling.nextSibling.style;
			}else{
				folder=document.all[curobj.sourceIndex+1].style;
			}
		   }
		if (folder.display=="none"){
			folder.display="";
		}else{
			folder.display="none";}
}

function confirma(titulo, msj, url){//////////////////////////////////////////////////////////////////////////////
         var band = false;
		 Alert.confirm('<h1>'+titulo+'</h1><p>'+msj+'</p>', {onComplete: 
					 function (returnvalue) { 
							   if (returnvalue)
								   inicio(url);
					 }
         });
         return band;		 
}

function popup(url, ancho, largo, aux) {
         day = new Date();
         id = day.getTime();
		 x = (screen.width-ancho)/2;
		 y = (screen.height-largo)/2;
         eval("page" + id + " = window.open(url, '" + id + "', 'toolbar=0,scrollbars="+aux+",location=0,statusbar=0,menubar=0,resizable=0,width="+ancho+",height="+largo+",left = "+x+",top = "+y+"');");
}

function cambiaImg(id, img){
	     document.getElementById(id).src = img;
}








/* 
<!-- 
		+ --------------------------------------------------------- +
		|                                                           |
		| 	Desarrollado por: Gustavo A. Ocanto C.                  |
		| 	Email: gustavoocanto@gmail.com / info@websarrollo.com   |
		| 	Teléfono: 0414-428.42.30 / 0245-511.38.40               |
		| 	Web: http://www.gustavoocanto.com                       |
		|        http://www.websarrollo.com                         |
		| 	Valencia, Edo. Carabobo - Venezuela                     |
		|                                                           |
        + --------------------------------------------------------- +
-->
*/
