if(navigator.appVersion.substring(0,1)>=3)
	{
	bot1		=new Image();
	bot1.src	="iconos/me1.gif";
	bot1p		=new Image();
	bot1p.src	="iconos/me1p.gif";
	bot2		=new Image();
	bot2.src	="iconos/me2.gif";
	bot2p		=new Image();
	bot2p.src	="iconos/me2p.gif";
	bot3		=new Image();
	bot3.src	="iconos/me3.gif";
	bot3p		=new Image();
	bot3p.src	="iconos/me3p.gif";
	bot4		=new Image();
	bot4.src	="iconos/me4.gif";
	bot4p		=new Image();
	bot4p.src	="iconos/me4p.gif";
	bot5		=new Image();
	bot5.src	="iconos/me5.gif";
	bot5p		=new Image();
	bot5p.src	="iconos/me5p.gif";
	bot6		=new Image();
	bot6.src	="iconos/me6.gif";
	bot6p		=new Image();
	bot6p.src	="iconos/me6p.gif";
		
	}
function CambiaImg(imgid,imgnew)
	{
	if(navigator.appVersion.substring(0,1)>=3)
		{
		document.images[imgid].src=eval(imgnew+".src");
		}
	}

function AbreVen(url){
	window.open(url,'windowc','toolbar=no,scrollbars=yes,resizable=no,height=451,width=584');
}
