{   
	bot1		=new Image();	bot1.src	="../images/btn_presentacion.gif";
	bot1p		=new Image();	bot1p.src	="../images/btn_presentacion_p.gif";
	bot2		=new Image();	bot2.src	="../images/btn_direccion.gif";
	bot2p		=new Image();	bot2p.src	="../images/btn_direccion_p.gif";
	bot3		=new Image();	bot3.src	="../images/btn_objetivo.gif";
	bot3p		=new Image();	bot3p.src	="../images/btn_objetivo_p.gif";
	bot4		=new Image();	bot4.src	="../images/btn_requisito.gif";
	bot4p		=new Image();	bot4p.src	="../images/btn_requisito_p.gif";
	bot5		=new Image();	bot5.src	="../images/btn_nominacion.gif";
	bot5p		=new Image();	bot5p.src	="../images/btn_nominacion_p.gif";
	bot6		=new Image();	bot6.src	="../images/btn_categoria.gif";
	bot6p		=new Image();	bot6p.src	="../images/btn_categoria_p.gif";
	bot7		=new Image();	bot7.src	="../images/btn_prescan.gif";
	bot7p		=new Image();	bot7p.src	="../images/btn_prescan_p.gif";
	bot8		=new Image();	bot8.src	="../images/btn_selcan.gif";
	bot8p		=new Image();	bot8p.src	="../images/btn_selcan_p.gif";
	bot9		=new Image();	bot9.src	="../images/btn_premen.gif";
	bot9p		=new Image();	bot9p.src	="../images/btn_premen_p.gif";
	bot10		=new Image();	bot10.src	="../images/btn_resolucion.gif";
	bot10p		=new Image();	bot10p.src	="../images/btn_resolucion_p.gif";
	bot11		=new Image();	bot11.src	="../images/btn_noticia.gif";
	bot11p		=new Image();	bot11p.src	="../images/btn_noticia_p.gif";
	bot12		=new Image();	bot12.src	="../images/btn_videos.gif";
	bot12p		=new Image();	bot12p.src	="../images/btn_videos_p.gif";
	bot13		=new Image();	bot13.src	="../images/btn_prescan.gif";
	bot13p		=new Image();	bot13p.src	="../images/btn_prescan_p.gif";
	bot14		=new Image();	bot14.src	="../images/btn_inscri.gif";
	bot14p		=new Image();	bot14p.src	="../images/btn_inscri_p.gif";
	bot15		=new Image();	bot15.src	="../images/btn_consulta.gif";
	bot15p		=new Image();	bot15p.src	="../images/btn_consulta_p.gif";
	
	premio		=new Image();	premio.src	="../images/btn_ganador2010.jpg";
	premiop		=new Image();	premiop.src	="../images/btn_ganador2010_p.jpg";
	menciones	=new Image();	menciones.src	="../images/btn_menciones.jpg";
	mencionesp	=new Image();	mencionesp.src	="../images/btn_menciones_p.jpg";
	galeria		=new Image();	galeria.src	="../images/btn_galeria.jpg";
	galeriap	=new Image();	galeriap.src	="../images/btn_galeria_p.jpg";
	portal		=new Image();	portal.src	="../images/btn_pi.jpg";
	portalp	    =new Image();	portalp.src	="../images/btn_pip.jpg";
}

function CambiaImg(imgid,imgnew){
	//if(navigator.appVersion.substring(2,1)>=3)
	//{	
	document.images[imgid].src=eval(imgnew+".src");		
	//}
}

function trim(cadena){
	while (cadena.substr(0,1)==" ")
		cadena=cadena.substr(1);
	while (cadena.substr(cadena.length-1,1)==" ")
		cadena=cadena.substr(0,cadena.length-1);
	while (cadena.search(/  /)!=-1)
		cadena=cadena.replace("  "," "); 
	return(cadena);
}

	