function fwLoadMenusRoot() {

  if (window.fw_menu_0) return;



  // TheSystem

  window.fw_menu_0 = new Menu("root",this.mw,this.mh,this.fnt,this.fs,this.fclr,this.fhclr,this.bg,this.bgh);

  fw_menu_0.addMenuItem("Overview","location='" + rootpath + "system/index.html'");

  fw_menu_0.addMenuItem("Concept","location='" + rootpath + "system/concept.html'");

  fw_menu_0.addMenuItem("System Detail","location='" + rootpath + "system/systemdetail.html'");

  fw_menu_0.addMenuItem("Advantages","location='" + rootpath + "system/advantages.html'");

  fw_menu_0.addMenuItem("Price","location='" + rootpath + "system/price.html'");

  fw_menu_0.addMenuItem("Testimonials","location='" + rootpath + "system/testimonial.html'");

  fw_menu_0.addMenuItem("FAQ","location='" + rootpath + "system/faq.html'");

  fw_menu_0.hideOnMouseOut=true;



  fw_menu_0.writeMenus();

} // fwLoadMenusRoot()

