<!--
       browserName = navigator.appName;
       browserVer = parseInt(navigator.appVersion);
       if ((browserName == "Netscape" && browserVer >= 3) || (browserName == "Microsoft Internet Explorer" && browserVer >=4)) {
           browserOK = "yes";
           }
       else {
           browserOK = "no";
           }

       if (browserOK == "yes")
	   
{
programsprojectsOn = new Image;
programsprojectsOn.src = "gif/programsprojects1.gif";
programsprojectsOff = new Image;
programsprojectsOff.src = "gif/programsprojects.gif";
}
{
auctionOn = new Image;
auctionOn.src = "gif/auction1.gif";
auctionOff = new Image;
auctionOff.src = "gif/auction.gif";
}
{
educationalproductsOn = new Image;
educationalproductsOn.src = "gif/educationalproducts1.gif";
educationalproductsOff = new Image;
educationalproductsOff.src = "gif/educationalproducts.gif";
}
{
educationalcontentOn = new Image;
educationalcontentOn.src = "gif/educationalcontent1.gif";
educationalcontentOff = new Image;
educationalcontentOff.src = "gif/educationalcontent.gif";
}
{
utilizingcentsOn = new Image;
utilizingcentsOn.src = "gif/utilizingcents1.gif";
utilizingcentsOff = new Image;
utilizingcentsOff.src = "gif/utilizingcents.gif";
}
{
ourhistoryOn = new Image;
ourhistoryOn.src = "gif/ourhistory1.gif";
ourhistoryOff = new Image;
ourhistoryOff.src = "gif/ourhistory.gif";
}
{
pressOn = new Image;
pressOn.src = "gif/press1.gif";
pressOff = new Image;
pressOff.src = "gif/press.gif";
}
{
supportcentsOn = new Image;
supportcentsOn.src = "gif/supportcents1.gif";
supportcentsOff = new Image;
supportcentsOff.src = "gif/supportcents.gif";
}
{
contactusOn = new Image;
contactusOn.src = "gif/contactus1.gif";
contactusOff = new Image;
contactusOff.src = "gif/contactus.gif";
}
{
centshomeOn = new Image;
centshomeOn.src = "gif/centshome1.gif";
centshomeOff = new Image;
centshomeOff.src = "gif/centshome.gif";
}
   

       function imageOn(imgName) {
           if (browserOK == "yes") {
               imgOn = eval(imgName + "On.src");
               document.images[imgName].src = imgOn;
           }

       }
       function imageOff(imgName) {
           if (browserOK == "yes") {
               imgOff = eval(imgName + "Off.src");
               document.images[imgName].src = imgOff;
           }
       }
   //-->

