<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
browserName=navigator.appName;
        browserVer=parseInt(navigator.appVersion);
        if((browserName=="Netscape" && browserVer>=3)||
           (browserName=="Microsoft Internet Explorer" &&  browserVer>=4)) version="n3";
        else version="n2";

        if (version=="n3") {
                abouton=new Image();
                abouton.src="images/b_aboutov.jpg";

                aboutoff=new Image();
                aboutoff.src="images/b_about.jpg";

                calendaron=new Image();
                calendaron.src="images/b_calendarov.jpg";

                calendaroff=new Image();
                calendaroff.src="images/b_calendar.jpg";

                memberon=new Image();
                memberon.src="images/b_memberov.jpg";

                memberoff=new Image();
                memberoff.src="images/b_member.jpg";

                resourceon=new Image();
                resourceon.src="images/b_resourceov.jpg";

                resourceoff=new Image();
                resourceoff.src="images/b_resource.jpg";

                b2bon=new Image();
                b2bon.src="images/b_b2bov.jpg";

                b2boff=new Image();
                b2boff.src="images/b_b2b.jpg";

                contacton=new Image();
                contacton.src="images/b_contactov.jpg";

                contactoff=new Image();
                contactoff.src="images/b_contact.jpg";

                homeon=new Image();
                homeon.src="images/b_homeov.jpg";

                homeoff=new Image();
                homeoff.src="images/b_home.jpg";
                           
                }

        function img_act(imgName){
                if(version=="n3"){
                        document [imgName].src=eval(imgName+"on.src");
                }
        }
        
        function img_inact(imgName){
                if(version=="n3"){
                        document [imgName].src=eval(imgName+"off.src");
                }
        }

function switch_page() {
if (document.menuform.topic.selectedIndex == 0) location = 'calendar.php';
else if (document.menuform.topic.selectedIndex == 1) location = 'about.html';
else if (document.menuform.topic.selectedIndex == 2) location = 'b2bconex.html';
else if (document.menuform.topic.selectedIndex == 3) location = 'committees.html';
else if (document.menuform.topic.selectedIndex == 4) location = 'contactus.php';
else if (document.menuform.topic.selectedIndex == 5) location = 'directors.php';
else if (document.menuform.topic.selectedIndex == 6) location = 'calendar.php';
else if (document.menuform.topic.selectedIndex == 7) location = 'findjob.html';
else if (document.menuform.topic.selectedIndex == 8) location = 'mem_search.php';
else if (document.menuform.topic.selectedIndex == 9) location = 'foundation.html';
else if (document.menuform.topic.selectedIndex == 10) location = 'insurance.html';
else if (document.menuform.topic.selectedIndex == 11) location = 'initiatives.html';
else if (document.menuform.topic.selectedIndex == 12) location = 'legislative_update.html';
else if (document.menuform.topic.selectedIndex == 13) location = 'advantages.html';
else if (document.menuform.topic.selectedIndex == 14) location = 'membership.html';
else if (document.menuform.topic.selectedIndex == 15) location = 'calendar.php';
else if (document.menuform.topic.selectedIndex == 16) location = 'newsletter.html';
else if (document.menuform.topic.selectedIndex == 17) location = 'officers.php';
else if (document.menuform.topic.selectedIndex == 18) location = 'postjob.html';
else if (document.menuform.topic.selectedIndex == 19) location = 'resources.html';
else if (document.menuform.topic.selectedIndex == 20) location = 'resources.html#resume';
else if (document.menuform.topic.selectedIndex == 21) location = 'staff.html';
else if (document.menuform.topic.selectedIndex == 22) location = 'b2bsucc.html';
else if (document.menuform.topic.selectedIndex == 23) location = 'b2bconex.html';
}

//-->