function abreContactar(){
	window.open('eb_AragContactar.asp','','resizable=0,location=0,toolbar=0,status=0,scrollbars=0,titlebar=0,top=5,left=' + (screen.width - 450)/2 + ' ,height=520,width=450');
	return;
}

function abreAviso(){
	window.open('eb_AragAvisoLegal.asp','','resizable=0,location=0,toolbar=0,status=0,scrollbars=0,titlebar=0,top=5,left=' + (screen.width - 500)/2 + ' ,height=520,width=500');
	return;
}

function color(tr, spanx,menu) 
{
	top.frames["contenido"].frames["menu"].document.all.item(tr).className="TR";
	top.frames["contenido"].frames["menu"].document.all.item(spanx).className="MenuPaginaExtOver";
	top.frames["contenido"].frames["menu"].document.all.item(menu).style.display='block';
}

function blanco(tr,spanx,menu)
{	
	top.frames["contenido"].frames["menu"].document.all.item(tr).className="";
	top.frames["contenido"].frames["menu"].document.all.item(spanx).className="MenuPaginaExt";
	top.frames["contenido"].frames["menu"].document.all.item(menu).style.display='none';
}

function ActivarMenu(i,j,k) {
	alert(document.all.item(i).style.className);
	alert(document.all.item(j).className);
	alert(document.all.item(k).style.display);
	if ((document.all.item(i).style.className=="TR") && (document.all.item(j).className=="MenuPaginaExtOver") && (document.all.item(k).style.display=="block")) {
		i.style.className="";
		document.all.item(j).className="MenuPaginaExt";
		document.all.item(k).style.display="none";
		i.onmouseover="";
		i.onmouseout=""
	}
	else {
		i.style.className="TR";
		document.all.item(j).className="MenuPaginaExtOver";
		document.all.item(k).style.display='block';
	}
}


function mncolor(tr, spanx,menu) 
{
	alert(tr + spanx + menu);
	document.all.item(tr).className="TR";
	document.all.item(spanx).className="MenuPaginaExtOver";
	document.all.item(menu).style.display='block';
}

function mnblanco(tr,spanx,menu)
{	
	document.all.item(tr).className="";
	document.all.item(spanx).className="MenuPaginaExt";
	document.all.item(menu).style.display='none';
}

function abrirEnlace(enlace,ubicacion) {
	window.open(enlace,ubicacion,"toolbar=no,status=no,menubar=no,location=no,resizable=no,scrollbars=yes,top=40,left=" + (screen.width - 540) / 2 + ",width=540,height=450");
}
