if(navigator.appVersion.substring(0,1)>=3)
	{	
	bot10		=new Image();
	bot10.src	="images/home.gif";
	bot10p		=new Image();
	bot10p.src	="images/homex.gif";
	
	//FIN IMAGES PROYECTO//
	bot51		=new Image();
	bot51.src	="images/proy_comite.gif";
	bot51p		=new Image();
	bot51p.src	="images/proy_comitex.gif";
	bot52		=new Image();
	bot52.src	="images/proy_diseno.gif";
	bot52p		=new Image();
	bot52p.src	="images/proy_disenox.gif";
	bot53		=new Image();
	bot53.src	="images/proy_embajadora.gif";
	bot53p		=new Image();
	bot53p.src	="images/proy_embajadorax.gif";
	bot54		=new Image();
	bot54.src	="images/proy_instituciones.gif";
	bot54p		=new Image();
	bot54p.src	="images/proy_institucionesx.gif";
	bot55		=new Image();
	bot55.src	="images/proy_principios.gif";
	bot55p		=new Image();
	bot55p.src	="images/proy_principiosx.gif";
	bot56		=new Image();
	bot56.src	="images/proy_resultados.gif";
	bot56p		=new Image();
	bot56p.src	="images/proy_resultadosx.gif";
	bot57		=new Image();
	bot57.src	="images/proy_publicaciones.gif";
	bot57p		=new Image();
	bot57p.src	="images/proy_publicacionesx.gif";
	bot58		=new Image();
	bot58.src	="images/proy_galeria.gif";
	bot58p		=new Image();
	bot58p.src	="images/proy_galeriax.gif";
	bot59		=new Image();
	bot59.src	="images/proy_dirctorio.gif";
	bot59p		=new Image();
	bot59p.src	="images/proy_dirctoriox.gif";
	bot60		=new Image();
	bot60.src	="images/proy_equipox.gif";
	bot60p		=new Image();
	bot60p.src	="images/proy_equipo.jpg";
	//IMAGES PROYECTO//	
	}
	
function CambiaImg(imgid,imgnew)
	{
	if(navigator.appVersion.substring(0,1)>=3)
		{
		document.images[imgid].src=eval(imgnew+".src");
		}
	}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function CambiaPag()
{
opcion1=document.form1.linea.options[document.form1.linea.selectedIndex].value;
if ((opcion1!=0)  && (opcion1!=1) && (opcion1!=2) && (opcion1!=3) && (opcion1!=4)  && (opcion1!=5)  && (opcion1!=6)  && (opcion1!=7)  && (opcion1!=8)  && (opcion1!=9))
{
location.href=opcion1;
}

else if(opcion1==1)
{
window.location='index.shtml';
}
else if(opcion1==2)
{
window.location='index_266.shtml';
}
else if(opcion1==3)
{
window.location='index2.shtml';
}

}



 NS4 = (document.layers);
   IE4 = (document.all);
  ver4 = (NS4 || IE4);
 isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac));
function popUp(){return};
function popDown(){return};
function startIt(){return};
if (!ver4) event = null;


if (isMenu) {
  menuVersion = 3;

  menuWidth = 90;
  childOverlap = 1;
  childOffset = 1;
  perCentOver = null;
  secondsVisible = .2;

  fntCol = "#00086a";
  fntSiz = "8";
  fntBold = false;
  fntItal = false;
  fntFam = "arial";

  backCol = "#dee3f9";
  overCol = "#dee3f9";
  overFnt = "#000000";

  borWid = 1;
  borCol = "#dee3f9";
  borSty = "outset";
  itemPad = 2;

  imgSrc = "iconos/flech.gif";
  imgSiz = 7;

  separator = 1;
  separatorCol = "#dee3f9";

  isFrames = false;
  navFrLoc =  "left";
  mainFrName = "main";

  clickStart = false;
  clickKill = false;

  keepHilite = true;

  NSfontOver = true;
  showVisited = "#666666";
}
function NuevaVentana(mypage, myname, w, h, s)

	{

	if (mypage!='')

	{	

		var winl = (screen.width - w) / 2;

		var wint = (screen.height - h) / 2;

		winprops = "height="+h+",width="+w+",top="+wint+",left="+winl+",scrollbars="+s+",resizable";

		win = window.open(mypage,myname,winprops);

		if (win != null) 

		{

    		if (win.opener == null) win.opener = self;

		}

	}  

	}
function abreventana(donde,quien,como)
{ 
infoventana=window.open(donde,quien,como);
if (navigator.appName.substring(0,8) == "Netscape")	
{
window.infoventana.focus()
}
}