<!--
  //First hexdec is font color
  //second hexdec is title hover color
  //third hexdec is background color
  //fourth hexdec is rollover background color
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",125,20,"Verdana, Helvetica, sans-serif",11,"#000000","#000000","#D9DFF9","#FFCC66");
  fw_menu_0.addMenuItem("- GRANTURISMO","location='vespa-granturismo.html'");
  fw_menu_0.addMenuItem("- GTS 250","location='vespa-gts250.html'");
  fw_menu_0.addMenuItem("- LX","location='vespa-lx.html'");
  fw_menu_0.addMenuItem("- PX 150","location='vespa-px150.html'");
  fw_menu_0.addMenuItem("- PX 150 LTD ED","location='vespa-px150ltd.html'");
  fw_menu_0.hideOnMouseOut=true;
  
  window.fw_menu_1 = new Menu("root",125,20,"Verdana, Helvetica, sans-serif",11,"#000000","#000000","#D9DFF9","#FFCC66");
  fw_menu_1.addMenuItem("- Covers","location='vespa-covers.html'");
  fw_menu_1.addMenuItem("- Securitys","location='vespa-securitys.html'");
  fw_menu_1.addMenuItem("- Top Cases","location='vespa-top-cases.html'");
  fw_menu_1.addMenuItem("- Helmets","location='vespa-helmets.html'");
  fw_menu_1.addMenuItem("- Chorome Kits","location='vespa-chrome-kits.html'");
  fw_menu_1.addMenuItem("- Seats","location='vespa-seats.html'");
  fw_menu_1.addMenuItem("- Miscellaneous","location='vespa-miscellaneous.html'");
  fw_menu_1.hideOnMouseOut=true;

  fw_menu_1.writeMenus();
} // fwLoadMenus()
//-->