{
	bt_home = new Image(); bt_home.src = "images/inicio.gif";
	bt_home_bp = new Image(); bt_home_bp.src = "images/inicio_p.gif";
}

function cambiaimg(imgid,imgnew)
{
	if(navigator.appVersion.substring(0,1)>=3)
		document.images[imgid].src=eval(imgnew+".src");
}

