function fwLoadMenus() {
  if (window.fw_menu_0) return;
// about the council
  window.fw_menu_0 = new Menu("root",175,16,"Arial, Helvetica, sans-serif",10,"#000066","#ffffff","#ffffff","#000066");
	fw_menu_0.addMenuItem("At-A-Glance","window.open('index011.htm', '_parent');");
	fw_menu_0.addMenuItem("Board of Directors","window.open('index012.htm', '_parent');");
	fw_menu_0.addMenuItem("Mission Statement","window.open('index013.htm', '_parent');");
	fw_menu_0.addMenuItem("Member Firms","window.open('index014.htm', '_parent');");
	fw_menu_0.addMenuItem("Why Join","window.open('index015.htm', '_parent');");
	fw_menu_0.addMenuItem("Become a cPRf Member","window.open('index016.htm', '_parent');");
	fw_menu_0.hideOnMouseOut=true;
// accreditation
    window.fw_menu_1 = new Menu("root",140,16,"Arial, Helvetica, sans-serif",10,"#000066","#ffffff","#ffffff","#000066");
	fw_menu_1.addMenuItem("About Accreditation","window.open('index021.htm', '_parent');");
	fw_menu_1.addMenuItem("Accreditation Update","window.open('accredit_upd.htm', '_parent');");
	fw_menu_1.addMenuItem("Accreditation Standard","window.open('index022.htm', '_parent');");
	fw_menu_1.addMenuItem("How to become accredited","window.open('index023.htm', '_parent');");
	fw_menu_1.addMenuItem("FAQ about accreditation","window.open('index024.htm', '_parent');");
	fw_menu_1.addMenuItem("Testimonials","window.open('index025.htm', '_parent');");
	fw_menu_1.hideOnMouseOut=true;
// news & events
    window.fw_menu_2 = new Menu("root",160,16,"Arial, Helvetica, sans-serif",10,"#000066","#ffffff","#ffffff","#000066");
  	fw_menu_2.addMenuItem("Events Calendar","window.open('index031.htm', '_parent');");
	fw_menu_2.addMenuItem("Issues","window.open('index032.htm', '_parent');");	
	fw_menu_2.addMenuItem("- Copyright","window.open('index032.htm', '_parent');");	
	fw_menu_2.addMenuItem("Points of View","window.open('index035.htm', '_parent');");
	fw_menu_2.addMenuItem("Member Firm Media Releases","window.open('index034.htm', '_parent');");

	fw_menu_2.hideOnMouseOut=true;
// ethics
  window.fw_menu_3 = new Menu("root",120,16,"Arial, Helvetica, sans-serif",10,"#000066","#ffffff","#ffffff","#000066");
	fw_menu_3.addMenuItem("Ethics in PR","window.open('index041.htm', '_parent');");
	fw_menu_3.addMenuItem("Ethics Resources","window.open('index042.htm', '_parent');");
	fw_menu_3.hideOnMouseOut=true;
// contact
  window.fw_menu_4 = new Menu("root",75,16,"Arial, Helvetica, sans-serif",10,"#000066","#ffffff","#ffffff","#000066");
		fw_menu_4.addMenuItem("Contact","window.open('index051.htm', '_parent');");
	fw_menu_4.hideOnMouseOut=true;
// next line has to go after last menu, with corresponding menu number
	fw_menu_4.writeMenus();
} // fwLoadMenus()

function MM_jumpMenu(targ,selObj,restore){ //v3.0
   eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
//  eval(targ+".open('"+selObj.options[selObj.selectedIndex].value+"')");
  if (restore) selObj.selectedIndex=0;
}