ap="'";

function cb () {
	temp=navigator.userAgent;
	if((parseInt(temp.substring(8,9))>2)&&(temp.substring(0,7)=="Mozilla")){
		return true;
	}
}

if(cb()==true){

	offins = new Image;
	offins.src = "img/bot_institucion_off.gif";
	onins = new Image;
	onins.src = "img/bot_institucion_on.gif";

	offage = new Image;
	offage.src = "img/bot_agenda_off.gif";
	onage = new Image;
	onage.src = "img/bot_agenda_on.gif";

	offlin = new Image;
	offlin.src = "img/bot_links_off.gif";
	onlin = new Image;
	onlin.src = "img/bot_links_on.gif";

	offcon = new Image;
	offcon.src = "img/bot_contacto_off.jpg";
	oncon = new Image;
	oncon.src = "img/bot_contacto_on.jpg";

	offcon1 = new Image;
	offcon1.src = "img/bot_contacto1_off.jpg";
	oncon1 = new Image;
	oncon1.src = "img/bot_contacto1_on.jpg";

	offboom = new Image;
	offboom.src = "img/boom_off.gif";
	onboom = new Image;
	onboom.src = "img/boom_on.gif";
}