
<!--
function openpopup(){
var popurl="promotion.html"
winpops=window.open(popurl,"","width=295,height=617,")
}

// openpopup()




 
var verm=0;
var vern=0;
if(navigator.appName=="Microsoft Internet Explorer")
 {
  var version=navigator.appVersion;
  var str=version.substring(version.indexOf("MSIE")+4,version.length-1);
  verm=parseInt(str);
 }
if (navigator.appName=="Netscape")
{
  vern=parseInt(navigator.appVersion);
}
if(verm >3 || vern>=3)
{
        version="3";
 } else {
        version="2";
}

if (version=="3")
{
choice1_on=new Image(89,101);
choice1_on.src="11.gif";
choice1_off=new Image(89,101);
choice1_off.src="1.gif";

choice2_on=new Image(94,101);
choice2_on.src="22.gif";
choice2_off=new Image(94,101);
choice2_off.src="2.gif";

choice3_on=new Image(92,101);
choice3_on.src="33.gif";
choice3_off=new Image(92,101);
choice3_off.src="3.gif";

choice4_on=new Image(95,101);
choice4_on.src="44.gif";
choice4_off=new Image(95,101);
choice4_off.src="4.gif";

choice5_on=new Image(75,101);
choice5_on.src="55.gif";
choice5_off=new Image(75,101);
choice5_off.src="5.gif";

choice6_on=new Image(90,101);
choice6_on.src="66.gif";
choice6_off=new Image(90,101);
choice6_off.src="6.gif";

}


function rollIn(imgName)
{
        if (version=="3")
        {
                document[imgName].src=eval(imgName + "on.src");
        }
}
function rollOut(imgName)
{
        if (version=="3")
        {
                document[imgName].src=eval(imgName + "off.src");
        }
}
// -->
