if(navigator.appVersion.substring(0,1)>=3)
	{
	bot0		=new Image();
	bot0.src	="images/btn_registro.gif";
	bot0p		=new Image();
	bot0p.src	="images/btn_registrox.gif";
	bot1		=new Image();
	bot1.src	="images/btn_test.gif";
	bot1p		=new Image();
	bot1p.src	="images/btn_testx.gif";
	bot2		=new Image();
	bot2.src	="images/btn_recomienda.gif";
	bot2p		=new Image();
	bot2p.src	="images/btn_recomiendax.gif";
	bot3		=new Image();
	bot3.src	="images/boton_enviar.jpg";
	bot3p		=new Image();
	bot3p.src	="images/boton_enviarx.jpg";
	bot4		=new Image();
	bot4.src	="images/boton_cita.jpg";
	bot4p		=new Image();
	bot4p.src	="images/boton_citax.jpg";
	}

function CambiaImg(imgid,imgnew)
	{
	if(navigator.appVersion.substring(0,1)>=3)
		{
		document.images[imgid].src=eval(imgnew+".src");
		}
	}

