if(navigator.appVersion.substring(0,1)>=3)
	{
	bot1		=new Image();
	bot1.src	="images/00h_10.jpg";
	bot1p		=new Image();
	bot1p.src	="images/00h_10p.jpg";
	bot2		=new Image();
	bot2.src	="images/00h_12.jpg";
	bot2p		=new Image();
	bot2p.src	="images/00h_12p.jpg";
	bot3		=new Image();
	bot3.src	="images/00h_13.jpg";
	bot3p		=new Image();
	bot3p.src	="images/00h_13p.jpg";
	bot4		=new Image();
	bot4.src	="images/00h_14.jpg";
	bot4p		=new Image();
	bot4p.src	="images/00h_14p.jpg";
	bot5		=new Image();
	bot5.src	="images/00h_15.jpg";
	bot5p		=new Image();
	bot5p.src	="images/00h_15p.jpg";
	bot6		=new Image();
	bot6.src	="images/00h_16.jpg";
	bot6p		=new Image();
	bot6p.src	="images/00h_16p.jpg";
	bot7		=new Image();
	bot7.src	="images/00h_17.jpg";
	bot7p		=new Image();
	bot7p.src	="images/00h_17p.jpg";
	bot8		=new Image();
	bot8.src	="images/enviar.gif";
	bot8p		=new Image();
	bot8p.src	="images/enviarp.gif";
	bot9		=new Image();
	bot9.src	="images/borrar.gif";
	bot9p		=new Image();
	bot9p.src	="images/borrarp.gif";
		
	}
function CambiaImg(imgid,imgnew)
	{
	if(navigator.appVersion.substring(0,1)>=3)
		{
		document.images[imgid].src=eval(imgnew+".src");
		}
	}
