ap="'";

function cb () {
	temp=navigator.userAgent;
	if((parseInt(temp.substring(8,9))>2)&&(temp.substring(0,7)=="Mozilla")){
		return true;
	}
}

if(cb()==true){

	offpro = new Image;
	offpro.src = "img/bot_propuestas_off.gif";
	onpro = new Image;
	onpro.src = "img/bot_propuestas_on.gif";

	offser = new Image;
	offser.src = "img/bot_servicios_off.gif";
	onser = new Image;
	onser.src = "img/bot_servicios_on.gif";

	offfot = new Image;
	offfot.src = "img/bot_fotos_off.gif";
	onfot = new Image;
	onfot.src = "img/bot_fotos_on.gif";

	offcon = new Image;
	offcon.src = "img/bot_contacto_off.gif";
	oncon = new Image;
	oncon.src = "img/bot_contacto_on.gif";

	offtea = new Image;
	offtea.src = "img/bot_teatro_off.gif";
	ontea = new Image;
	ontea.src = "img/bot_teatro_on.gif";

	offadu = new Image;
	offadu.src = "img/bot_adultos_off.gif";
	onadu = new Image;
	onadu.src = "img/bot_adultos_on.gif";

	offvia= new Image;
	offvia.src = "img/bot_enelviaje_off.gif";
	onvia = new Image;
	onvia.src = "img/bot_enelviaje_on.gif";

	offvid = new Image;
	offvid.src = "img/bot_video_off.gif";
	onvid = new Image;
	onvid.src = "img/bot_video_on.gif";

	offpre = new Image;
	offpre.src = "img/bot_prensa_off.gif";
	onpre = new Image;
	onpre.src = "img/bot_prensa_on.gif";

	offchi = new Image;
	offchi.src = "img/bot_chicos_off.gif";
	onchi = new Image;
	onchi.src = "img/bot_chicos_on.gif";

	offvia= new Image;
	offvia.src = "img/bot_enelviaje_off.gif";
	onvia = new Image;
	onvia.src = "img/bot_enelviaje_on.gif";

	offch1 = new Image;
	offch1.src = "img/home/chicos.gif";
	onch1 = new Image;
	onch1.src = "img/home/chicos_on.gif";

	offad1 = new Image;
	offad1.src = "img/home/adultos.gif";
	onad1 = new Image;
	onad1.src = "img/home/adultos_on.gif";

	offte1 = new Image;
	offte1.src = "img/home/teatro.gif";
	onte1 = new Image;
	onte1.src = "img/home/teatro_on.gif";
	
	offproa = new Image;
	offproa.src = "img/bot_propuestas-a_off.gif";
	onproa = new Image;
	onproa.src = "img/bot_propuestas-a_on.gif";

	offsera = new Image;
	offsera.src = "img/bot_servicios-a_off.gif";
	onsera = new Image;
	onsera.src = "img/bot_servicios-a_on.gif";

	offfota = new Image;
	offfota.src = "img/bot_fotos-a_off.gif";
	onfota = new Image;
	onfota.src = "img/bot_fotos-a_on.gif";

	offcona = new Image;
	offcona.src = "img/bot_contacto-a_off.gif";
	oncona = new Image;
	oncona.src = "img/bot_contacto-a_on.gif";
}