function login(){
window.parent.parent.document.location.href="index.htm";
}

function over(change,name){
	if(navigator.appName.toLowerCase() == 'netscape' && navigator.appVersion.substring(0,3) < 5.0)
		{
		window.PageRest.document.images[name].src="../images/" + change + ".gif";
		}
		else{
		window.document.images[name].src="../images/" + change + ".gif";
		}
	}

function overIndex(change,name){
	if(navigator.appName.toLowerCase() == 'netscape' && navigator.appVersion.substring(0,3) < 5.0)
		{
		window.PageRest.document.images[name].src="./images/" + change + ".gif";
		}
		else{
		window.document.images[name].src="./images/" + change + ".gif";
		}
	}
	
	
function see(nameCap){
	document.getElementById(nameCap).style.visibility="visible";
	}
	
	
function hide(nameCap){
	document.getElementById(nameCap).style.visibility="hidden";
	}

	
function popUp(URL) {		
		day = new Date();		
		id = day.getTime();		
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=1004,height=570,left =5,top = 100');");
		}
		
function xx(){
window.showModalDialog('netPlus01.htm', '_blank', 'toolbar=no, titlebar=no, location=0,scrollbars=0,statusbar=0,status=0,menubar=0,resizable=0,left=0,top=0,scrolling=0')
}


function goWeb(){
window.parent.submenu.document.location.href='submenuWeb.htm';
window.parent.ico.document.location.href='icoWeb.htm';
window.parent.texto.document.location.href='textoWeb.htm';
window.parent.content.document.location.href='introWeb.htm';
	}
function goGrafico(){
window.parent.submenu.document.location.href='submenuGrafico.htm';
window.parent.ico.document.location.href='icoGrafico.htm';
window.parent.texto.document.location.href='textoGrafico.htm';
window.parent.content.document.location.href='introGrafico.htm';
	}
function goRedes(){
window.parent.submenu.document.location.href='submenu0.htm';
window.parent.ico.document.location.href='icoRedes.htm';
window.parent.texto.document.location.href='textoRedesSeguridad.htm';
window.parent.content.document.location.href='introRedes.htm';
	}
function goSoporte(){
window.parent.submenu.document.location.href='submenu0.htm';
window.parent.ico.document.location.href='icoAkeru.htm';
window.parent.texto.document.location.href='textoSoporte.htm';
window.parent.content.document.location.href='introSoporte.htm';
	}

