 <!--   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 = "../products/menubar_showeron.gif";        bathtub1 = new Image(108, 30);        bathtub1.src = "../products/menubar_bathtubon.gif";        steam1 = new Image(108, 30);        steam1.src = "../products/menubar_steamon.gif";        mirror1 = new Image(108, 30);        mirror1.src = "../products/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 = "../products/menubar_tabletopson.gif";		sand1 = new Image(108, 32);        sand1.src = "../products/menubar_sandon.gif";		bases1 = new Image(108, 18);        bases1.src = "../products/menubar_baseson.gif";        hinges1 = new Image(108, 38);       hinges1.src = "../products/menubar_hingeson.gif";        whoweare1 = new Image(108, 18);        whoweare1.src = "../company/menubar_whoweareon.gif";        testimonials1 = new Image(108, 17);        testimonials1.src = "../company/menubar_testimonialson.gif";        warranty1 = new Image(108, 19);        warranty1.src = "../company/menubar_warrantyon.gif";		suppliers1 = new Image(108, 19);        suppliers1.src = "../company/menubar_supplierson.gif";       partners1 = new Image(108, 19);        partners1.src = "../company/menubar_partnerson.gif";          employment1 = new Image(108, 19);        employment1.src = "../company/menubar_employmenton.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 = "../products/menubar_shower.gif";        bathtub0 = new Image(108, 30);        bathtub0.src = "../products/menubar_bathtub.gif";        steam0 = new Image(108, 30);        steam0.src = "../products/menubar_steam.gif";        mirror0 = new Image(108, 30);        mirror0.src = "../products/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 = "../products/menubar_tabletops.gif";		sand0 = new Image(108, 32);        sand0.src = "../products/menubar_sand.gif";		bases0 = new Image(108, 18);        bases0.src = "../products/menubar_bases.gif";       hinges0 = new Image(108, 38);        hinges0.src = "../products/menubar_hinges.gif";        whoweare0 = new Image(108, 18);        whoweare0.src = "../company/menubar_whoweare.gif";        testimonials0 = new Image(108, 17);        testimonials0.src = "../company/menubar_testimonials.gif";        warranty0 = new Image(108, 19);        warranty0.src = "../company/menubar_warranty.gif";		suppliers0 = new Image(108, 19);        suppliers0.src = "../company/menubar_suppliers.gif";        partners0 = new Image(108, 19);        partners0.src = "../company/menubar_partners.gif";          employment0 = new Image(108, 19);        employment0.src = "../company/menubar_employment.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;             }   }   // -->