function fwLoadMenus() {
  if (window.fw_menu_0) return;

  window.fw_menu_0 = new Menu("root",240,16,"Arial, Helvetica, sans-serif",11,"#333333","#330099","#cccccc","#ffcc00");
  fw_menu_0.addMenuItem("<b>Classical Patterns</b>","location='showstock.asp?PC=CLASSICAL'");
  fw_menu_0.addMenuItem("  Antico Deruta","location='showstock.asp?PC=B'");
  fw_menu_0.addMenuItem("  Antico Deruta Leaves","location='showstock.asp?PC=BF'");
  fw_menu_0.addMenuItem("  Arabasco Antico","location='showstock.asp?PC=AACV'");
  fw_menu_0.addMenuItem("  Assorted Patterns","location='showstock.asp?PC=ASSORT'");
  fw_menu_0.addMenuItem("  Bordato","location='showstock.asp?PC=G34'");
  fw_menu_0.addMenuItem("  Figurina","location='showstock.asp?PC=EF'");
  fw_menu_0.addMenuItem("  Orvieto Green","location='showstock.asp?PC=GV'");
  fw_menu_0.addMenuItem("  Orvieto Green Simplified","location='showstock.asp?PC=GVX'");
  fw_menu_0.addMenuItem("  Orvieto Red","location='showstock.asp?PC=GR'");
  fw_menu_0.addMenuItem("  Orvieto Tourquoise","location='showstock.asp?PC=GT'");
  fw_menu_0.addMenuItem("  Raffaellesco","location='showstock.asp?PC=R'");
  fw_menu_0.addMenuItem("  Ricco Deruta","location='showstock.asp?PC=D'");
  fw_menu_0.addMenuItem("  Ricco Deruta Intricate","location='showstock.asp?PC=DC'");
  fw_menu_0.addMenuItem("  Ricco Deruta Simplified","location='showstock.asp?PC=DX'");
  fw_menu_0.addMenuItem("  Siena","location='showstock.asp?PC=S'");
  fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",240,16,"Arial, Helvetica, sans-serif",11,"#333333","#330099","#cccccc","#ffcc00");
  fw_menu_1.addMenuItem("<b>Modern Patterns</b>","location='showstock.asp?PC=MODERN'");
  fw_menu_1.addMenuItem("  Giubileo Collection","location='showstock.asp?PC=IU'");
  fw_menu_1.addMenuItem("  Giubileo Confetti","location='showstock.asp?PC=JC'");
  fw_menu_1.addMenuItem("  Giubileo Margot","location='showstock.asp?PC=JM'");
  fw_menu_1.addMenuItem("  Giubileo Muschio","location='showstock.asp?PC=JU'");
  fw_menu_1.addMenuItem("  Giubileo Nuvole","location='showstock.asp?PC=JN'");
  fw_menu_1.addMenuItem("  Giubileo Oregon","location='showstock.asp?PC=JO'");
  fw_menu_1.addMenuItem("  Giubileo Trapezio","location='showstock.asp?PC=JT'");
  fw_menu_1.hideOnMouseOut=true;

  writeMenus();

} //fwLoadMenus()
