<!--

browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
        if ( browserVer >= 3) goferit = "Yep";
        else goferit = "Nope";
        
        if (goferit == "Yep")         {
        tab1on = new Image; tab1on.src = "images/tb_homeon.gif";
        tab2on = new Image; tab2on.src = "images/tb_sbeon.gif";
        tab3on = new Image; tab3on.src = "images/tb_stndon.gif";       
        tab4on = new Image; tab4on.src = "images/tb_aseson.gif";
        tab5on = new Image; tab5on.src = "images/tb_regnon.gif";
        tab6on = new Image; tab6on.src = "images/tb_licnson.gif";
        tab7on = new Image; tab7on.src = "images/tb_comon.gif";
        tab8on = new Image; tab8on.src = "images/tb_progon.gif";
        tab9on = new Image; tab9on.src = "images/tb_credon.gif";
        tab10on = new Image; tab10on.src = "images/tb_lawon.gif";
        tab11on = new Image; tab11on.src = "images/tb_libron.gif";
        tab12on = new Image; tab12on.src = "images/tb_staton.gif";
        tab13on = new Image; tab13on.src = "images/tb_charton.gif";
        tab14on = new Image; tab14on.src = "images/tb_specon.gif";
        tab15on = new Image; tab15on.src = "images/tb_riskon.gif";
        tab16on = new Image; tab16on.src = "images/tb_englon.gif";
        tab17on = new Image; tab17on.src = "images/tb_fundon.gif";
        tab18on = new Image; tab18on.src = "images/tb_nutron.gif";
        tab19on = new Image; tab19on.src = "images/tb_adulton.gif";
        tab20on = new Image; tab20on.src = "images/tb_stafon.gif";
        tab21on = new Image; tab21on.src = "images/tb_techon.gif";
        tab22on = new Image; tab22on.src = "images/tb_financeon.gif";
        tab23on = new Image; tab23on.src = "images/tb_adepon.gif";
        tab24on = new Image; tab24on.src = "images/tb_schlrptcrdon.gif";
		tab25on = new Image; tab25on.src = "images/tb_awardon.gif";
		tab26on = new Image; tab26on.src = "images/tb_choiceon.gif";


        tab1off = new Image; tab1off.src = "images/tb_homeoff.gif";
        tab2off = new Image; tab2off.src = "images/tb_sbeoff.gif";
        tab3off = new Image; tab3off.src = "images/tb_stndoff.gif";
        tab4off = new Image; tab4off.src = "images/tb_asesoff.gif";
        tab5off = new Image; tab5off.src = "images/tb_regnoff.gif";
        tab6off = new Image; tab6off.src = "images/tb_licnsoff.gif";
        tab7off = new Image; tab7off.src = "images/tb_comoff.gif";
        tab8off = new Image; tab8off.src = "images/tb_progoff.gif";
        tab9off = new Image; tab9off.src = "images/tb_credoff.gif";
        tab10off = new Image; tab10off.src = "images/tb_lawoff.gif";
        tab11off = new Image; tab11off.src = "images/tb_libroff.gif";
        tab12off = new Image; tab12off.src = "images/tb_statoff.gif";
        tab13off = new Image; tab13off.src = "images/tb_chartoff.gif";
        tab14off = new Image; tab14off.src = "images/tb_specoff.gif";
        tab15off = new Image; tab15off.src = "images/tb_riskoff.gif";
        tab16off = new Image; tab16off.src = "images/tb_engloff.gif";
        tab17off = new Image; tab17off.src = "images/tb_fundoff.gif";
        tab18off = new Image; tab18off.src = "images/tb_nutroff.gif";
        tab19off = new Image; tab19off.src = "images/tb_adultoff.gif";
        tab20off = new Image; tab20off.src = "images/tb_stafoff.gif"; 
        tab21off = new Image; tab21off.src = "images/tb_techoff.gif";
        tab22off = new Image; tab22off.src = "images/tb_financeoff.gif";
        tab23off = new Image; tab23off.src = "images/tb_adepoff.gif";
        tab24off = new Image; tab24off.src = "images/tb_schlrptcrdoff.gif";
		tab25off = new Image; tab25off.src = "images/tb_awardoff.gif";
		tab26off = new Image; tab26off.src = "images/tb_choiceoff.gif";
		
        nav1on = new Image; nav1on.src = "images/nv_searchon.gif";
        nav2on = new Image; nav2on.src = "images/nv_educon.gif";
        nav3on = new Image; nav3on.src = "images/nv_parenton.gif";
        nav4on = new Image; nav4on.src = "images/nv_whaton.gif";
        nav5on = new Image; nav5on.src = "images/nv_calendaron.gif";

        nav1off = new Image; nav1off.src = "images/nv_searchoff.gif";
        nav2off = new Image; nav2off.src = "images/nv_educoff.gif";
        nav3off = new Image; nav3off.src = "images/nv_parentoff.gif";
        nav4off = new Image; nav4off.src = "images/nv_whatoff.gif";
        nav5off = new Image; nav5off.src = "images/nv_calendaroff.gif";
        }

function img_act(imgName) {
        if (goferit == "Yep") {
        imgOn = eval(imgName + "on.src");
        document [imgName].src = imgOn;
        }
}

function img_inact(imgName) {
        if (goferit == "Yep") {
        imgOff = eval(imgName + "off.src");
        document [imgName].src = imgOff;
        }
}

//-->
