var name = navigator.appName;
if (name == "Netscape") 
window.location="http://www.cipca.org.pe/cipca/webisis/consultas_new.asp";

	function abrirventana(url) {
	ventana=window.open(url,"nombreventana","toolbar=no,directories=no,width=270,height=400,resizable=no,scrollbars=yes");
	}
	function abrirventanagrande(url) {
	ventana=window.open(url,"nueva1","toolbar=no,directories=no,width=650,height=450,resizable=yes,scrollbars=yes");
	}
	function abrirventanaadmin(url) {
	ventana=window.open(url,"nueva2","toolbar=no,directories=no,width=750,height=450,resizable=no,scrollbars=yes");
	}
	function abrir(url) {
	ventana=window.open(url,"administracion","toolbar=no,copyhistory=no,scrollbars=yes,menubar=no,width=750,height=500");
	}

	function abrirventanagrande(url) {
	ventana=window.open(url,"nueva","toolbar=no,directories=no,width=650,height=450,resizable=no,scrollbars=yes");
	}
	function abrirventanaadmin(url) {
	ventana=window.open(url,"nueva","toolbar=no,directories=no,width=750,height=450,resizable=no,scrollbars=yes");
	}
	function abrirdiccionario(url) {
	ventana=window.open(url,"temas","toolbar=no,copyhistory=no,resizable=no,scrollbars=yes,width=530,height=480");
	}


var mie =(navigator.appName.indexOf("Microsoft")>=0)
var itemOrig;

function despMenu(nombre,sn)
{
obj = document.all[nombre];
if (sn>0)
   obj.style.visibility = "visible";
else
   obj.style.visibility = "hidden";
}
function destacar(obj, val)
{
if (val==1)
  {
   itemOrig = obj.style.backgroundColor;
   obj.style.backgroundColor="#a0b8d5";
   }
else
   obj.style.backgroundColor= itemOrig;
}

