   <!--   browsok = (((navigator.appName == "Netscape")   && (parseInt(navigator.appVersion) >= 3))   || ((navigator.appName == "Microsoft Internet Explorer")   && (parseInt(navigator.appVersion) >= 3)));   if(browsok){     // MouseOn        // Note: the 127 is for the WIDTH, 27 is for the HEIGHT        home1 = new Image(127, 17);        home1.src = "/menubar_homeon.gif";		aboutus1 = new Image(127, 27);        aboutus1.src = "/menubar_aboutuson.gif";		whatsnew1 = new Image(127, 12);        whatsnew1.src = "/aboutus/menubar_whatsnewon.gif"; 		current1 = new Image(127, 11);        current1.src = "/aboutus/menubar_currenton.gif"; 		past1 = new Image(127, 16);        past1.src = "/aboutus/menubar_paston.gif";        members1 = new Image(127, 21);        members1.src = "/menubar_memberson.gif";        agreements1 = new Image(127, 46);        agreements1.src = "/menubar_agreementson.gif";        dues1 = new Image(127, 22);        dues1.src = "/menubar_dueson.gif";        health1 = new Image(127, 24);        health1.src = "/dues/menubar_healthon.gif";        savings1 = new Image(127, 12);        savings1.src = "/dues/menubar_savingson.gif";        homeauto1 = new Image(127, 24);        homeauto1.src = "/dues/menubar_homeautoon.gif";        info1 = new Image(127, 19);        info1.src = "/menubar_infoon.gif";		training1 = new Image(127, 22);        training1.src = "/menubar_trainingon.gif";        calendar1 = new Image(127, 13);        calendar1.src = "/training/menubar_calendaron.gif";        register1 = new Image(127, 11);        register1.src = "/training/menubar_registeron.gif";        withdraw1 = new Image(127, 17);        withdraw1.src = "/training/menubar_withdrawon.gif";        contactus1 = new Image(127, 19);        contactus1.src = "/menubar_contactuson.gif";        board1 = new Image(127, 15);        board1.src = "/contactus/menubar_boardon.gif";		staff1 = new Image(127, 16);        staff1.src = "/contactus/menubar_staffon.gif";        industry1 = new Image(127, 22);        industry1.src = "/menubar_linkson.gif";        resumes1 = new Image(127, 35);        resumes1.src = "/menubar_resumeson.gif";     // MouseOff     // Note: the 127 is for the WIDTH, 27 is for the HEIGHT        home0 = new Image(127, 17);        home0.src = "/menubar_home.gif";		aboutus0 = new Image(127, 27);        aboutus0.src = "/menubar_aboutus.gif";		whatsnew0 = new Image(127, 12);        whatsnew0.src = "/aboutus/menubar_whatsnew.gif"; 		current0 = new Image(127, 11);        current0.src = "/aboutus/menubar_current.gif"; 		past0 = new Image(127, 16);        past0.src = "/aboutus/menubar_past.gif";        members0 = new Image(127, 21);        members0.src = "/menubar_members.gif";        agreements0 = new Image(127, 46);        agreements0.src = "/menubar_agreements.gif";        dues0 = new Image(127, 22);        dues0.src = "/menubar_dues.gif";        health0 = new Image(127, 24);        health0.src = "/dues/menubar_health.gif";        savings0 = new Image(127, 12);        savings0.src = "/dues/menubar_savings.gif";        homeauto0 = new Image(127, 24);        homeauto0.src = "/dues/menubar_homeauto.gif";              info0 = new Image(127, 19);        info0.src = "/menubar_info.gif";		training0 = new Image(127, 22);        training0.src = "/menubar_training.gif";        calendar0 = new Image(127, 13);        calendar0.src = "/training/menubar_calendar.gif";        register0 = new Image(127, 11);        register0.src = "/training/menubar_register.gif";        withdraw0 = new Image(127, 17);        withdraw0.src = "/training/menubar_withdraw.gif";        contactus0 = new Image(127, 19);        contactus0.src = "/menubar_contactus.gif";        board0 = new Image(127, 15);        board0.src = "/contactus/menubar_board.gif";		staff0 = new Image(127, 16);        staff0.src = "/contactus/menubar_staff.gif";        industry0 = new Image(127, 22);        industry0.src = "/menubar_links.gif";        resumes0 = new Image(127, 35);        resumes0.src = "/menubar_resumes.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;             }   }   // -->