if(navigator.appVersion.substring(0,1)>=3)
	{
	bot1		=new Image();
	bot1.src	="images/b1.gif";
	bot1p		=new Image();
	bot1p.src	="images/b1p.gif";
	bot2		=new Image();
	bot2.src	="images/b2.gif";
	bot2p		=new Image();
	bot2p.src	="images/b2p.gif";
	bot3		=new Image();
	bot3.src	="images/b3.gif";
	bot3p		=new Image();
	bot3p.src	="images/b3p.gif";
	bot4		=new Image();
	bot4.src	="images/m1.gif";
	bot4p		=new Image();
	bot4p.src	="images/m1p.gif";
	bot5		=new Image();
	bot5.src	="images/m2.gif";
	bot5p		=new Image();
	bot5p.src	="images/m2p.gif";
	bot6		=new Image();
	bot6.src	="images/m3.gif";
	bot6p		=new Image();
	bot6p.src	="images/m3p.gif";
	bot7		=new Image();
	bot7.src	="images/m4.gif";
	bot7p		=new Image();
	bot7p.src	="images/m4p.gif";
	bot8		=new Image();
	bot8.src	="images/m5.gif";
	bot8p		=new Image();
	bot8p.src	="images/m5p.gif";
	bot9		=new Image();
	bot9.src	="images/m6.gif";
	bot9p		=new Image();
	bot9p.src	="images/m6p.gif";
	
		
}

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


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/