function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",200,19,"Courier New, Courier, mono",12,"#000000","#ffffff","#ffffff","#ffffff");
  fw_menu_0.addMenuItem("Breakfast Menu","location='breakfast.html'");
  fw_menu_0.addMenuItem("Lunch Menu","location='lunch.html'");
  fw_menu_0.addMenuItem("Children's Menu","location='childrens.html'");
  fw_menu_0.addMenuItem("Entrees","location='entrees.html'");
  fw_menu_0.addMenuItem("Bar Menu","location='bar.html'");
  fw_menu_0.addMenuItem("Wine List","location='wine.html'");
   fw_menu_0.hideOnMouseOut=true;

  fw_menu_0.writeMenus();
} // fwLoadMenus()