
if(navigator.appVersion.substring(0,1)>=3)
	{
	bot1		=new Image();
	bot1.src	="images/cini1.gif";
	bot1p		=new Image();
	bot1p.src	="images/cini1p.gif";
	bot2		=new Image();
	bot2.src	="images/cini2.gif";
	bot2p		=new Image();
	bot2p.src	="images/cini2p.gif";
	bot3		=new Image();
	bot3.src	="images/cini3.gif";
	bot3p		=new Image();
	bot3p.src	="images/cini3p.gif";
	bot4		=new Image();
	bot4.src	="images/glo1.gif";
	bot4p		=new Image();
	bot4p.src	="images/glo1p.gif";
	bot5		=new Image();
	bot5.src	="images/glo2.gif";
	bot5p		=new Image();
	bot5p.src	="images/glo2p.gif";
	bot6		=new Image();
	bot6.src	="images/glo3.gif";
	bot6p		=new Image();
	bot6p.src	="images/glo3p.gif";
	bot7		=new Image();
	bot7.src	="images/m1.gif";
	bot7p		=new Image();
	bot7p.src	="images/m1p.gif";
	bot8		=new Image();
	bot8.src	="images/m2.gif";
	bot8p		=new Image();
	bot8p.src	="images/m2p.gif";
	bot9		=new Image();
	bot9.src	="images/m3.gif";
	bot9p		=new Image();
	bot9p.src	="images/m3p.gif";
	bot10		=new Image();
	bot10.src	="images/m4.gif";
	bot10p		=new Image();
	bot10p.src	="images/m4p.gif";
	bot11		=new Image();
	bot11.src	="images/m5.gif";
	bot11p		=new Image();
	bot11p.src	="images/m5p.gif";
	bot12		=new Image();
	bot12.src	="images/m6.gif";
	bot12p		=new Image();
	bot12p.src	="images/m6p.gif";
		
	}
function CambiaImg(imgid,imgnew)
	{
	if(navigator.appVersion.substring(0,1)>=3)
		{
		document.images[imgid].src=eval(imgnew+".src");
		}
	}


