<!--
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_2_0 = new Menu("&nbsp;&nbsp;&nbsp;Modules & Log Sheets",233,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#3366cc","#000099");
  fw_menu_2_0.addMenuItem("Sample Module","location='/en/services/modules.html#SampleModule'");
  fw_menu_2_0.addMenuItem("Log Sheets","location='/en/services/module/logsheet.html'");
  fw_menu_2_0.addMenuItem("List of Available Topics","location='/en/services/module/topicslist.html'");
  fw_menu_2_0.addMenuItem("Module Tools","location='/en/services/module/tools.html'");
   fw_menu_2_0.fontWeight="bold";
   fw_menu_2_0.hideOnMouseOut=true;


  window.fw_menu_0 = new Menu("root",350,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#3366cc","#000099");
  fw_menu_0.addMenuItem("Background","location='/en/about/background.html'");
  fw_menu_0.addMenuItem("Mission Statement","location='/en/about/mission.html'");
  fw_menu_0.addMenuItem("Staff Mission & Values","location='/en/about/staffmissionvalues.html'");
  fw_menu_0.addMenuItem("Board of Directors","location='/en/contact/board.html'");
  fw_menu_0.addMenuItem("McMaster University","location='/en/about/mcmaster.html'");
  fw_menu_0.addMenuItem("Articles","location='/en/about/articles.htm'");
  fw_menu_0.addMenuItem("PBSG-ED: Series on Medical Education for Clinical Teachers","location='/en/about/series_mededu.html'");  
  fw_menu_0.addMenuItem("Contact FMPE","location='/en/contact/fmpe.html'");
  fw_menu_0.addMenuItem("Sample Module","location='/en/services/modules.html'");
  fw_menu_0.addMenuItem("FAQ","location='/en/about/faq.htm'");    
  fw_menu_0.addMenuItem("Site Map","location='/en/about/sitemap.html'");    
  fw_menu_0.addMenuItem("Home Page","location='/index.asp'");
   fw_menu_0.fontWeight="bold";
   fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",233,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#3366cc","#000099");
  fw_menu_1.addMenuItem("Small Group (PBSG)","location='/en/programs/pbsg.html'");
  fw_menu_1.addMenuItem("Residency Small Group","location='/en/programs/residency_groups.html'");
  fw_menu_1.addMenuItem("Individual Self-Learning (PBIL)","location='/en/programs/pbil.html'");
  fw_menu_1.addMenuItem("Ad hoc Small Group","location='/en/programs/adhoc.html'");
  fw_menu_1.addMenuItem("Ad hoc Teleconference Small Group","location='/en/programs/teleconference.html'");
  fw_menu_1.addMenuItem("Request Program Information","location='/en/documents/info_request.pdf'");
   fw_menu_1.fontWeight="bold";
   fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("root",167,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#3366cc","#000099");
  fw_menu_2.addMenuItem("Events");
  fw_menu_2.addMenuItem("&nbsp;&nbsp;&nbsp;Workshops","location='/en/services/workshops.html'");
  fw_menu_2.addMenuItem("&nbsp;&nbsp;&nbsp;Residency Workshops","location='/en/services/residencyworkshops.html'");  
  fw_menu_2.addMenuItem("&nbsp;&nbsp;&nbsp;Ad Hoc Workshops","location='/en/services/adhocworkshops.html'");  
  fw_menu_2.addMenuItem("&nbsp;&nbsp;&nbsp;Booth","location='/en/services/booth.html'");  
  fw_menu_2.addMenuItem("Facilitator & Member");  
  fw_menu_2.addMenuItem(fw_menu_2_0,"location='/en/services/modules.html'");
  fw_menu_2.addMenuItem("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Module Tools","location='/en/services/module/tools.html'");
  fw_menu_2.addMenuItem("&nbsp;&nbsp;&nbsp;Administrative Forms","location='/en/services/admin_forms.html'");
  fw_menu_2.addMenuItem("&nbsp;&nbsp;&nbsp;Newsletters","location='/en/services/newsletters.html'");
  fw_menu_2.addMenuItem("&nbsp;&nbsp;&nbsp;Contact Member Services","location='/en/contact/member_services.html'");
  fw_menu_2.addMenuItem("&nbsp;&nbsp;&nbsp;Membership Corner","location='/en/about/faq.htm'");  
   fw_menu_2.fontWeight="bold";
   fw_menu_2.hideOnMouseOut=true;
   fw_menu_2.childMenuIcon="/images/splash/arrows.gif";

  window.fw_menu_3 = new Menu("root",138,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#3366cc","#000099");
  fw_menu_3.addMenuItem("FMPE","location='/en/contact/fmpe.html'");
  fw_menu_3.addMenuItem("Faculty","location='/en/contact/faculty.html'");
  fw_menu_3.addMenuItem("Board of Directors","location='/en/contact/board.html'");
  fw_menu_3.addMenuItem("Member Services","location='/en/contact/member_services.html'");
  fw_menu_3.addMenuItem("Web Site Comments","location='/en/contact/comments.html'");
   fw_menu_3.fontWeight="bold";
   fw_menu_3.hideOnMouseOut=true;


  window.fw_menu_4 = new Menu("root",230,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#3366cc","#000099");
  fw_menu_4.addMenuItem("Programs","location='/en/programs/index.htm'");
  fw_menu_4.addMenuItem("PBSG-ED:  Series on Medical Education","location='/en/about/series_mededu.html'");
  fw_menu_4.addMenuItem("Credits");
  fw_menu_4.addMenuItem("&nbsp;&nbsp;&nbsp;&nbsp;Fellowship","location='/en/cme/fellowship.html'");
  fw_menu_4.addMenuItem("&nbsp;&nbsp;&nbsp;&nbsp;MAINPRO-C and PBLP","location='/en/cme/mainpro-c_change.html'");

  fw_menu_4.fontWeight="bold";
  fw_menu_4.hideOnMouseOut=true;
   
  fw_menu_4.writeMenus();
} // fwLoadMenus()

//-->