/**
 * Menus definition
 */
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",180,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffcc00","#005cd3","#1f3abf");
  fw_menu_0.addMenuItem("GETTING STARTED","location='gettingstarted.html'");
  fw_menu_0.addMenuItem("CONTACT CUSTOMER CARE","location='support.html'");
  fw_menu_0.addMenuItem("FAQ","location='faq.html'");
  fw_menu_0.addMenuItem("WHICH SUITE IS BEST?","location='systemrequirements.html'");
  fw_menu_0.addMenuItem("GAME RULES","location='gamerules.html'");
  fw_menu_0.addMenuItem("SURVEY","location='survey.html'");
  fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",180,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffcc00","#005cd3","#1f3abf");
  fw_menu_1.addMenuItem("WELCOME","location='aboutus.html'");
  fw_menu_1.addMenuItem("FEATURES","location='features.html'");
  fw_menu_1.addMenuItem("TESTIMONIALS","location='testimonials.html'");
  fw_menu_1.addMenuItem("PAYMENT PROCESSING","location='paymentprocessing.html'");
  fw_menu_1.addMenuItem("CODE OF CONDUCT","location='codeofconduct.html'");
  fw_menu_1.addMenuItem("GAME FAIRNESS","location='gamefairness.html'");
  fw_menu_1.addMenuItem("PRIVACY","location='privacy.html'");
  fw_menu_1.addMenuItem("SECURITY","location='security.html'");
  fw_menu_1.addMenuItem("LEGAL INFORMATION","location='termsandconditions.html'");
  fw_menu_1.addMenuItem("SOFTWARE PROVIDER","location='softwareprovider.html'");
  fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("root",180,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffcc00","#005cd3","#1f3abf");
  fw_menu_2.addMenuItem("NEWSLETTER","location='http://www.wintermarketing.com/sl/news.html'");
  fw_menu_2.addMenuItem("CURRENT PROMOTIONS","location='http://www.wintermarketing.com/sl/currentpromotions.html'");
  fw_menu_2.addMenuItem("EVENTS","location='http://www.wintermarketing.com/sl/events.html'");
  fw_menu_2.addMenuItem("WINNERS","location='http://www.wintermarketing.com/sl/winners2.html'");
  fw_menu_2.hideOnMouseOut=true;

  window.fw_menu_3 = new Menu("root",180,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffcc00","#005cd3","#1f3abf");
  fw_menu_3.addMenuItem("CASHIER","location='cashier.html'");
  fw_menu_3.addMenuItem("PAYMENT OPTIONS","location='paymentoptions.html'");
  fw_menu_3.hideOnMouseOut=true;

  fw_menu_1.writeMenus();
} // fwLoadMenus()
