<!-- Hide from old browsers
bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
    if ((bName == "Netscape" && bVer >= 3) || 
        (bName == "Microsoft Internet Explorer" && bVer >= 4)) br = "n3"; 
    else br = "n2";
    
    if (br== "n3") {
    img1on = new Image(); 
    img1on.src = "../images/menu/menu_home_on.gif";   
    img2on = new Image(); 
    img2on.src = "../images/menu/menu_about_on.gif";   
    img3on = new Image(); 
    img3on.src = "../images/menu/menu_role_on.gif"; 
//    img4on = new Image(); 
//    img4on.src = "../images/menu/menu_join_masw_on.gif"; 
    img4on = new Image(); 
    img4on.src = "../images/menu/menu_join_mirsw_on.gif"; 
    img5on = new Image(); 
    img5on.src = "../images/menu/menu_act_on.gif"; 
    img6on = new Image(); 
    img6on.src = "../images/menu/menu_complaints_on.gif"; 
    img7on = new Image(); 
    img7on.src = "../images/menu/menu_ethics_on.gif"; 
    img8on = new Image(); 
    img8on.src = "../images/menu/menu_standardsofpractice_on.gif"; 

    img9on = new Image(); 
    img9on.src = "../images/menu/menu_annual_on.gif"; 
    img10on = new Image(); 
    img10on.src = "../images/menu/menu_fees_on.gif"; 
    img11on = new Image(); 
    img11on.src = "../images/menu/menu_consultation_on.gif"; 
    img12on = new Image(); 
    img12on.src = "../images/menu/menu_jobs_on.gif"; 
    img13on = new Image(); 
    img13on.src = "../images/menu/menu_comments_on.gif"; 
    img14on = new Image(); 
    img14on.src = "../images/menu/menu_links_on.gif"; 
    img15on = new Image(); 
    img15on.src = "../images/menu/menu_members_on.gif"; 

    img1off = new Image(); 
    img1off.src = "../images/menu/menu_home_off.gif"; 
    img2off = new Image(); 
    img2off.src = "../images/menu/menu_about_off.gif"; 
    img3off = new Image(); 
    img3off.src = "../images/menu/menu_role_off.gif"; 
//    img4off = new Image(); 
//    img4off.src = "../images/menu/menu_join_masw_off.gif"; 
    img4off = new Image(); 
    img4off.src = "../images/menu/menu_join_mirsw_off.gif"; 
    img5off = new Image(); 
    img5off.src = "../images/menu/menu_act_off.gif"; 
    img6off = new Image(); 
    img6off.src = "../images/menu/menu_complaints_off.gif"; 
    img7off = new Image(); 
    img7off.src = "../images/menu/menu_ethics_off.gif"; 
    img8off = new Image(); 
    img8off.src = "../images/menu/menu_standardsofpractice_off.gif"; 

    img9off = new Image(); 
    img9off.src = "../images/menu/menu_annual_off.gif"; 
    img10off = new Image(); 
    img10off.src = "../images/menu/menu_fees_off.gif"; 
    img11off = new Image(); 
    img11off.src = "../images/menu/menu_consultation_off.gif"; 
    img12off = new Image(); 
    img12off.src = "../images/menu/menu_jobs_off.gif"; 
    img13off = new Image(); 
    img13off.src = "../images/menu/menu_comments_off.gif"; 
    img14off = new Image(); 
    img14off.src = "../images/menu/menu_links_off.gif"; 
    img15off = new Image(); 
    img15off.src = "../images/menu/menu_members_off.gif"; 
}

function imgAct(imgName) {
    if (br== "n3") {
    document[imgName].src = eval(imgName + "on.src");
    }
}

function imgInact(imgName) {
    if (br== "n3") {
    document[imgName].src = eval(imgName + "off.src");
    }
}
// Stop hiding from old browsers -->

