if(navigator.appVersion.substring(0,1)>=3)
	{
	bot0		=new Image();
	bot0.src	="images/bot_mapa.gif";
	bot0p		=new Image();
	bot0p.src	="images/bot_mapax.gif";
	bot1		=new Image();
	bot1.src	="images/bot_productos.gif";
	bot1p		=new Image();
	bot1p.src	="images/bot_productosx.gif";
	}
function CambiaImg(imgid,imgnew)
	{
	if(navigator.appVersion.substring(0,1)>=3)
		{
		document.images[imgid].src=eval(imgnew+".src");
		}
	}

function abreventana(donde,quien,como)
{ 
infoventana=window.open(donde,quien,como);
if (navigator.appName.substring(0,8) == "Netscape")	
{
window.infoventana.focus()
}
}