//<!--
//\include\js\holiday_promo.js@@\main\5

function bCheck()
{this.rawName=navigator.appName;this.rawVersion=navigator.appVersion;this.version=parseInt(this.rawVersion);this.ie=(this.rawName=="Microsoft Internet Explorer");this.ie4=(this.rawVersion.indexOf('MSIE 4')>0);this.ie5=(this.rawVersion.indexOf('MSIE 5')>0);this.ns=(this.rawName=="Netscape");this.ns4=(this.rawName=="Netscape"&&this.version==4);this.ns5=(this.rawName=="Netscape"&&this.version==5);this.ns6=(this.rawName=="Netscape"&&this.version==6);}
var is=new bCheck();if(is.ns){doc="document";sty="";}
else{doc="document.all";sty=".style";}
function ShowLayer(layerName)
{if(is.version<4){return;}
if(is.ns&&is.version<5&&parent)
layerPath=eval("document.infocontext.document."+layerName);else if(is.ns&&is.version>=5){layerPath=document.getElementById(layerName);layerPath=eval(layerPath.style);}
else
layerPath=eval(doc+'[layerName]'+sty);layerPath.visibility="visible";}
function HideLayer(layerName)
{if(is.version<4){return;}
if(is.ns&&is.version<5&&parent)
layerPath=eval("document.infocontext.document."+layerName);else if(is.ns&&is.version>=5){layerPath=document.getElementById(layerName);layerPath=eval(layerPath.style);}
else
layerPath=eval(doc+'[layerName]'+sty);layerPath.visibility="hidden";}
function RepositionLayer(layerName){if(is.version<5){if(parent){layerPath=eval("document.infocontext.document."+layerName);}
else{layerPath=eval(doc+'[layerName]'+sty);}}
else{layerPath=document.getElementById(layerName);layerPath=eval(layerPath.style);}
layerPath.top=parseInt(layerPath.top,10)+19;}
// -->
