ap="'";

function cb () {
	temp=navigator.userAgent;
	if((parseInt(temp.substring(8,9))>2)&&(temp.substring(0,7)=="Mozilla")){
		return true;
	}
}

if(cb()==true){
	
	// menu
	
	offinicio = new Image;
	offinicio.src = "img/menu/bot_inicio_off.gif";
	oninicio = new Image;
	oninicio.src = "img/menu/bot_inicio_on.gif";
		
	offcongresos = new Image;
	offcongresos.src = "img/menu/bot_congresos_off.gif";
	oncongresos = new Image;
	oncongresos.src = "img/menu/bot_congresos_on.gif";
		
	offcontacto = new Image;
	offcontacto.src = "img/menu/bot_contacto_off.gif";
	oncontacto = new Image;
	oncontacto.src = "img/menu/bot_contacto_on.gif";
		
	offdirect = new Image;
	offdirect.src = "img/menu/bot_direct_off.gif";
	ondirect = new Image;
	ondirect.src = "img/menu/bot_direct_on.gif";
		
	offenlaces = new Image;
	offenlaces.src = "img/menu/bot_enlaces_off.gif";
	onenlaces = new Image;
	onenlaces.src = "img/menu/bot_enlaces_on.gif";
		
	offestatutos = new Image;
	offestatutos.src = "img/menu/bot_estatutos_off.gif";
	onestatutos = new Image;
	onestatutos.src = "img/menu/bot_estatutos_on.gif";
		
	offinscripcion = new Image;
	offinscripcion.src = "img/menu/bot_inscripcion_off.gif";
	oninscripcion = new Image;
	oninscripcion.src = "img/menu/bot_inscripcion_on.gif";
		
	offotras = new Image;
	offotras.src = "img/menu/bot_otras_off.gif";
	onotras = new Image;
	onotras.src = "img/menu/bot_otras_on.gif";
		
	offpres = new Image;
	offpres.src = "img/menu/bot_pres_off.gif";
	onpres = new Image;
	onpres.src = "img/menu/bot_pres_on.gif";
		
	offrevista = new Image;
	offrevista.src = "img/menu/bot_revista_off.gif";
	onrevista = new Image;
	onrevista.src = "img/menu/bot_revista_on.gif";
	
	offconvocatorias = new Image;
	offconvocatorias.src = "img/menu/bot_convocatorias_off.gif";
	onconvocatorias = new Image;
	onconvocatorias.src = "img/menu/bot_convocatorias_on.gif";
	
	offsedll = new Image;
	offsedll.src = "img/menu/bot_sedll@_off.gif";
	onsedll = new Image;
	onsedll.src = "img/menu/bot_sedll@_on.gif";
	
	// interior
	
	offnormas = new Image;
	offnormas.src = "img/bot_normas_off.gif";
	onnormas = new Image;
	onnormas.src = "img/bot_normas_on.gif";
	
	offok = new Image;
	offok.src = "img/bot_ok_news_off.gif";
	onok = new Image;
	onok.src = "img/bot_ok_news_on.gif";
	
	// solapas menu congresos
	
	offcontenido = new Image;
	offcontenido.src = "img/congresos/solapa_contenido_off.gif";
	oncontenido = new Image;
	oncontenido.src = "img/congresos/solapa_contenido_on.gif";
	
	offgaleria = new Image;
	offgaleria.src = "img/congresos/solapa_galeria_off.gif";
	ongaleria = new Image;
	ongaleria.src = "img/congresos/solapa_galeria_on.gif";
	
	offcolaboradores = new Image;
	offcolaboradores.src = "img/congresos/solapa_colaboradores_off.gif";
	oncolaboradores = new Image;
	oncolaboradores.src = "img/congresos/solapa_colaboradores_on.gif";

}