rslt = new Image();	rslt.src = "/images/aux09.gif";

ie = (document.all) ? true : false;
ie6 = (navigator.appVersion.indexOf("MSIE 6") != -1) && ie;
Mac = (navigator.appVersion.indexOf("Mac") != -1);

function showLarge(prTitle, prSrc, isSpec)
{
	url="/home/"+prefix+"/popup.html";
	window.open(url, 'popup','toolbar=no,location=no,status=no,menubar=no,resizable=no,directories=no,scrollbars=no,width=300,height=440');
	prodTitle=prTitle;
	prodSrc=prSrc;
	if(isSpec==1) specOffer=1;
	else specOffer=0;
}

function getProdName() {return prodTitle;}
function getProdSrc() {return prodSrc;}
function isSpecOffer() {return specOffer;}

if(ie && !ie6 && !Mac) document.write("<style>div.cont{width:100%;}</style>");


	