function fwLoadMenus() {
  if (window.fw_menu_0) return;

		//	6 Free Articles ********************************************************************
  window.fw_menu_0 = new Menu("root",220,30,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#00659C","#0099CC");
   fw_menu_0.addMenuItem("1.  Stage Fright or Not....<br>&nbsp;&nbsp;&nbsp;&nbsp;Here I come","location='../../en/tm/art1.htm'");
   fw_menu_0.addMenuItem("2.  5 Tips to Add Life to<br>&nbsp;&nbsp;&nbsp;&nbsp;Your Speeches","location='../../en/tm/art2.htm'");
   fw_menu_0.addMenuItem("3.  Add Punch to your<br>&nbsp;&nbsp;&nbsp;&nbsp;Speeches!","location='../../en/tm/art3.htm'");
   fw_menu_0.addMenuItem("4.  How to Avoid Going<br>&nbsp;&nbsp;&nbsp;&nbsp;Over Time","location='../../en/tm/art4.htm'");
   fw_menu_0.addMenuItem("5.  How to prepare a<br>&nbsp;&nbsp;&nbsp;&nbsp;Contest Speech","location='../../en/tm/art5.htm'");
   fw_menu_0.addMenuItem("6.  An easy way to find<br>&nbsp;&nbsp;&nbsp;&nbsp;Speech Topics","location='../../en/tm/art6.htm'");
   fw_menu_0.addMenuItem("<font color='#FFFFCC' face='arial'><B>Electronic Magazine<br>Free Subscription</font></B></p>","location='../../en/tm/newsletter.php'");
   fw_menu_0.hideOnMouseOut=true;

		//	Toastmasters  ***********************************************************************
   window.fw_menu_1 = new Menu("root",250,18,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#00659C","#0099CC");
   fw_menu_1.addMenuItem("2007 World's finals Championship Speech","location='../../en/tm/win5.htm'");
   fw_menu_1.addMenuItem("2007 World's semi-finals Championship Speech","location='../../en/tm/win4.htm'");
   fw_menu_1.addMenuItem("2005 World's finals Championship Speech","location='../../en/tm/win3.htm'");
   fw_menu_1.addMenuItem("2001 World's finals Championship Speech","location='../../en/tm/win2.htm'");
   fw_menu_1.addMenuItem("J.A.'s competition History","location='../../en/tm/win1.htm'");
   fw_menu_1.addMenuItem("What is Toastmasters?","location='../../en/tm/tm.htm'");
   fw_menu_1.hideOnMouseOut=true;
   
   		//	Press ********************************************************************
  window.fw_menu_2 = new Menu("root",190,18,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#00659C","#0099CC");
   fw_menu_2.addMenuItem("Press Release","location='../../en/tm/communique_de_presse.htm'");
   fw_menu_2.addMenuItem("Bio notes","location='../../en/press/bio.htm'");
   fw_menu_2.addMenuItem("On TV","location='../../en/press/tv.htm'");
   fw_menu_2.addMenuItem("On the Radio","location='../../en/press/radio.htm'");
   fw_menu_2.addMenuItem("In the Press","location='../../en/press/in-the-press.htm'");
   fw_menu_2.addMenuItem("Photo Gallery with Celebrities","location='../../en/press/celebrities.htm'");
      fw_menu_2.hideOnMouseOut=true;
   fw_menu_2.childMenuIcon="../../images/arrows.gif";
   fw_menu_2.writeMenus();

} // fwLoadMenus()
