/**
 * menus
 */

function fwLoadMenus() {
  if (window.fw_menu_0) return;
    window.fw_menu_0_1 = new Menu("Available Traineeships",160,19,"Verdana, Arial, Helvetica, sans-serif",11);
    fw_menu_0_1.addMenuItem("Retail Operations","location='retail.html'");
	fw_menu_0_1.addMenuItem("Retail Supervision","location='retail_management.html'");
    fw_menu_0_1.addMenuItem("Food Processing","location='food_processing.html'");
	fw_menu_0_1.addMenuItem("Front-line Management","location='frontline_management3.html'");
	fw_menu_0_1.addMenuItem("Business Administration","location='business_admin.html'");
	fw_menu_0_1.addMenuItem("Hospitality","location='hospitality.html#'");
	fw_menu_0_1.addMenuItem("Cleaning","location='cleaning.html'");
     fw_menu_0_1.hideOnMouseOut=true;
  window.fw_menu_0 = new Menu("root",160,19,"Verdana, Arial, Helvetica, sans-serif",11);
  fw_menu_0.addMenuItem("About Traineeships","location='traineeships.html'");
  fw_menu_0.addMenuItem(fw_menu_0_1,"location='traineeships.html'");
  fw_menu_0.addMenuItem("Trainee Information","location='trainee.html'");
  fw_menu_0.addMenuItem("Employee Information","location='employer.html'");
  fw_menu_0.addMenuItem("Glossary","location='glossary.html'");
   fw_menu_0.hideOnMouseOut=true;
   fw_menu_0.childMenuIcon="images/arrows.gif";
    window.fw_menu_1_1 = new Menu("Second SubMenu3",153,19,"Verdana, Arial, Helvetica, sans-serif",11);
    fw_menu_1_1.addMenuItem("Second SubSubmenu 1","location='#'");
    fw_menu_1_1.addMenuItem("Second SubSubMenu2","location='#'");
     fw_menu_1_1.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",130,19,"Verdana, Arial, Helvetica, sans-serif",11);
  fw_menu_1.addMenuItem("Second SubMenu 1","location='#'");
  fw_menu_1.addMenuItem("Second SubMenu 2","location='#'");
  fw_menu_1.addMenuItem(fw_menu_1_1,"location='#'");
   fw_menu_1.hideOnMouseOut=true;
   fw_menu_1.childMenuIcon="/site/fame/image/arrows.gif";
    window.fw_menu_2 = new Menu("root",113,19,"Verdana, Arial, Helvetica, sans-serif",11);
  fw_menu_2.addMenuItem("Third SubMenu 1","location='#'");
  fw_menu_2.addMenuItem("Third SubMenu 2","location='#'");
   fw_menu_2.hideOnMouseOut=true;
   fw_menu_2.childMenuIcon="/site/fame/image/arrows.gif";
       window.fw_menu_3 = new Menu("root",113,19,"Verdana, Arial, Helvetica, sans-serif",11);
  fw_menu_3.addMenuItem("Forth SubMenu 1","location='#'");
  fw_menu_3.addMenuItem("Forth SubMenu 2","location='#'");
  fw_menu_3.hideOnMouseOut=true;
   fw_menu_3.childMenuIcon="/site/fame/image/arrows.gif";

  fw_menu_1.writeMenus();
}