if(navigator.appVersion.substring(0,1)>=3)
	{
	bot0		=new Image();
	bot0.src	="images/home.jpg";
	bot0p		=new Image();
	bot0p.src	="images/homex.jpg";
	bot1		=new Image();
	bot1.src	="images/about.jpg";
	bot1p		=new Image();
	bot1p.src	="images/aboutx.jpg";
	bot2		=new Image();
	bot2.src	="images/perutours.jpg";
	bot2p		=new Image();
	bot2p.src	="images/perutoursx.jpg";
	bot3		=new Image();
	bot3.src	="images/other.jpg";
	bot3p		=new Image();
	bot3p.src	="images/otherx.jpg";
	bot4		=new Image();
	bot4.src	="images/tour.jpg";
	bot4p		=new Image();
	bot4p.src	="images/tourx.jpg";
	bot5		=new Image();
	bot5.src	="images/photo.jpg";
	bot5p		=new Image();
	bot5p.src	="images/photox.jpg";
	bot6		=new Image();
	bot6.src	="images/contactus.jpg";
	bot6p		=new Image();
	bot6p.src	="images/contactusx.jpg";
	bot7		=new Image();
	bot7.src	="images/travel.jpg";
	bot7p		=new Image();
	bot7p.src	="images/travelx.jpg";

	bot8		=new Image();
	bot8.src	="images/inicio.jpg";
	bot8p		=new Image();
	bot8p.src	="images/iniciox.jpg";
	bot9		=new Image();
	bot9.src	="images/quienessomos.jpg";
	bot9p		=new Image();
	bot9p.src	="images/quienessomosx.jpg";
	bot10		=new Image();
	bot10.src	="images/toursperu.jpg";
	bot10p		=new Image();
	bot10p.src	="images/toursperux.jpg";
	bot11		=new Image();
	bot11.src	="images/fusiondetor.jpg";
	bot11p		=new Image();
	bot11p.src	="images/fusiondetorx.jpg";
	bot12		=new Image();
	bot12.src	="images/paquetes.jpg";
	bot12p		=new Image();
	bot12p.src	="images/paquetesx.jpg";
	bot13		=new Image();
	bot13.src	="images/agencia.jpg";
	bot13p		=new Image();
	bot13p.src	="images/agenciax.jpg";
	bot14		=new Image();
	bot14.src	="images/fotos.jpg";
	bot14p		=new Image();
	bot14p.src	="images/fotosx.jpg";
	bot15		=new Image();
	bot15.src	="images/contactenos.jpg";
	bot15p		=new Image();
	bot15p.src	="images/contactenosx.jpg";



	}

function CambiaImg(imgid,imgnew)
	{
	if(navigator.appVersion.substring(0,1)>=3)
		{
		document.images[imgid].src=eval(imgnew+".src");
		}
	}

