 <!--   browsok = (((navigator.appName == "Netscape")   && (parseInt(navigator.appVersion) >= 3))   || ((navigator.appName == "Microsoft Internet Explorer")   && (parseInt(navigator.appVersion) >= 3)));   if(browsok){     // MouseOn        // Note: the 108 is for the WIDTH, 34 is for the HEIGHT        products1 = new Image(108, 34);        products1.src = "menubar_productson.gif";        gallery1 = new Image(108, 38);        gallery1.src = "menubar_galleryon.gif";        company1 = new Image(108, 35);        company1.src = "menubar_companyon.gif";        team1 = new Image(108, 35);        team1.src = "menubar_teamon.gif";        contactus1 = new Image(108, 41);        contactus1.src = "menubar_contactuson.gif";		homepage1 = new Image(108, 40);        homepage1.src = "menubar_homeon.gif";     // MouseOff     // Note: the 230 is for the WIDTH, 19 is for the HEIGHT        products0 = new Image(108, 34);        products0.src = "menubar_products.gif";        gallery0 = new Image(108, 38);        gallery0.src = "menubar_gallery.gif";        company0 = new Image(108, 35);        company0.src = "menubar_company.gif";        team0 = new Image(108, 35);        team0.src = "menubar_team.gif";        contactus0 = new Image(108, 41);        contactus0.src = "menubar_contactus.gif";		homepage0 = new Image(108, 40);        homepage0.src = "menubar_home.gif";           }   function BNB_mouseon(n){        if(browsok){             imageON = eval(n + "1.src");             document [n].src = imageON;             }   }   function BNB_mouseoff(n){        if(browsok){   imageOFF = eval(n + "0.src");        document [n].src = imageOFF;             }   }   // -->