
   <!--
       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")
	   
{
           productsOn = new Image;
           productsOn.src = "gif/products1.gif";
           productsOff = new Image;
           productsOff.src = "gif/products.gif";
           }  		   
{
           applicationsOn = new Image;
           applicationsOn.src = "gif/applications1.gif";
           applicationsOff = new Image;
           applicationsOff.src = "gif/applications.gif";
           }
		   		      {
           supportOn = new Image;
           supportOn.src = "gif/support1.gif";
           supportOff = new Image;
           supportOff.src = "gif/support.gif";
           }  
   {
           distributorsOn = new Image;
           distributorsOn.src = "gif/distributors1.gif";
           distributorsOff = new Image;
           distributorsOff.src = "gif/distributors.gif";
           }	
		      {
           partnersOn = new Image;
           partnersOn.src = "gif/partners1.gif";
           partnersOff = new Image;
           partnersOff.src = "gif/partners.gif";
           }
{
           aboutOn = new Image;
           aboutOn.src = "gif/about1.gif";
           aboutOff = new Image;
           aboutOff.src = "gif/about.gif";
           }
{
           newsOn = new Image;
           newsOn.src = "gif/news1.gif";
           newsOff = new Image;
           newsOff.src = "gif/news.gif";
           }
		   {
           calendarOn = new Image;
           calendarOn.src = "gif/calendar1.gif";
           calendarOff = new Image;
           calendarOff.src = "gif/calendar.gif";
           }
{
           emailOn = new Image;
           emailOn.src = "gif/email1.gif";
           emailOff = new Image;
           emailOff.src = "gif/email.gif";
           }	   
{
           homeOn = new Image;
           homeOn.src = "gif/home1.gif";
           homeOff = new Image;
           homeOff.src = "gif/home.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;
           }
       }
   //-->

