   <!--   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";		shower1 = new Image(108, 30);        shower1.src = "../menubar_showeron.gif";        bathtub1 = new Image(108, 30);        bathtub1.src = "../menubar_bathtubon.gif";        steam1 = new Image(108, 30);        steam1.src = "../menubar_steamon.gif";        mirror1 = new Image(108, 30);        mirror1.src = "../menubar_mirroron.gif";        specialty1 = new Image(108, 20);        specialty1.src = "../../gallery/glassentryon.gif";         staircase1 = new Image(108, 22);        staircase1.src = "../../gallery/glass_stairson.gif";        tabletops1 = new Image(108, 30);        tabletops1.src = "../menubar_tabletopson.gif";		sand1 = new Image(108, 32);        sand1.src = "../menubar_sandon.gif";		bases1 = new Image(108, 18);        bases1.src = "../menubar_baseson.gif";           hinges1 = new Image(108, 38);       hinges1.src = "../../products/menubar_hingeson.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";		shower0 = new Image(108, 30);        shower0.src = "../menubar_shower.gif";        bathtub0 = new Image(108, 30);        bathtub0.src = "../menubar_bathtub.gif";        steam0 = new Image(108, 30);        steam0.src = "../menubar_steam.gif";        mirror0 = new Image(108, 30);        mirror0.src = "../menubar_mirror.gif";        specialty0 = new Image(108, 20);        specialty0.src = "../../gallery/glassentry.gif"; 	staircase0 = new Image(108, 22);        staircase0.src = "../../gallery/glass_stairs.gif";        tabletops0 = new Image(108, 30);        tabletops0.src = "../menubar_tabletops.gif";		sand0 = new Image(108, 32);        sand0.src = "../menubar_sand.gif";		bases0 = new Image(108, 18);        bases0.src = "../menubar_bases.gif";         hinges0 = new Image(108, 38);        hinges0.src = "../../products/menubar_hinges.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;             }   }   // -->