<!--- Menu OnMouseOver
bName=navigator.appName;
bVersion=parseInt(navigator.appVersion);

if ((bName=="Netscape" && bVersion>=3) || (bName=="Microsoft Internet Explorer" && bVersion>=4))
  thisBrowser="good";
else
  thisBrowser="bad";

if (thisBrowser=="good") {
 barra = new Image;
 barra.src="/images/menu/barra_freplata_04.gif";
 barra.src="/images/menu/barra_freplata_07.gif";
 barra.src="/images/menu/barra_freplata_05_corta.gif";
 barra.src="/images/menu/barra_freplata_09_fondo.gif";
 barra.src="/images/menu/barra_freplata_06_fondo.gif";

 curva = new Image;
 curva.src="/images/curva_der_sup.gif";

 tab1_on = new Image;
 tab1_on.src="/images/menu/tab1_on.gif";
 tab1_off = new Image;
 tab1_off.src="/images/menu/tab1_off.gif";
 tab2_on = new Image;
 tab2_on.src="/images/menu/tab2_on.gif";
 tab2_off = new Image;
 tab2_off.src="/images/menu/tab2_off.gif";
 tab3_on = new Image;
 tab3_on.src="/images/menu/tab3_on.gif";
 tab3_off = new Image;
 tab3_off.src="/images/menu/tab3_off.gif";
 btn1_on = new Image;
 btn1_on.src="/images/menu/btn1_on.gif";
 btn1_off = new Image;
 btn1_off.src="/images/menu/btn1_off.gif";
 btn2_on = new Image;
 btn2_on.src="/images/menu/btn2_on.gif";
 btn2_off = new Image;
 btn2_off.src="/images/menu/btn2_off.gif";
 btn3_on = new Image;
 btn3_on.src="/images/menu/btn3_on.gif";
 btn3_off = new Image;
 btn3_off.src="/images/menu/btn3_off.gif";
 btn4_on = new Image;
 btn4_on.src="/images/menu/btn4_on.gif";
 btn4_off = new Image;
 btn4_off.src="/images/menu/btn4_off.gif";
 btn5_on = new Image;
 btn5_on.src="/images/menu/btn5_on.gif";
 btn5_off = new Image;
 btn5_off.src="/images/menu/btn5_off.gif";
}

function hover(picName) {
	if (thisBrowser=="good") {
		imagename=picName.substring(0,4);
		document[imagename].src=eval(picName+".src");
	}
}

function activar() {
queactivo=document.activar.activo.value
document[queactivo].src=eval(queactivo+"_on.src")
}

function abrirmapa(){
Window1=window.open("/mapa_sitio/default.htm","Mapa","width=453,height=385,toolbar=0,location=0,status=1,menubar=0,scrollbars=1,resizable=0");
}

var win= null;
function abrirventana(mypage,myname,w,h,scroll){
  var winl = (screen.width-w)/2;
  var wint = (screen.height-h)/2;
  var settings  ='height='+h+',';
      settings +='width='+w+',';
      settings +='top='+wint+',';
      settings +='left='+winl+',';
      settings +='scrollbars='+scroll+',';
      settings +='resizable=no';
  win=window.open(mypage,myname,settings);
  if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
}

//-->


