function fwLoadMenus() {
  if (window.fw_menu_0) return;

  window.fw_menu_0 = new Menu("root",155,17,"Verdana",10,"#000000","#000000","#ffffff","#dee3e7");
  fw_menu_0.addMenuItem("Bracelets","location='urun_kategori.asp?GRUP_ID=3'");
  fw_menu_0.addMenuItem("Bangle Bracelets","location='urun_kategori.asp?GRUP_ID=2'");
  fw_menu_0.addMenuItem("Bracelets With Pearl","location='urun_kategori.asp?GRUP_ID=4'");
  fw_menu_0.addMenuItem("Cz Bracelet","location='urun_kategori.asp?GRUP_ID=7'");
  fw_menu_0.addMenuItem("Enamelled Brecelet","location='urun_kategori.asp?GRUP_ID=11'");
  fw_menu_0.addMenuItem("Evil Eye Bracelet","location='urun_kategori.asp?GRUP_ID=12'");
  fw_menu_0.addMenuItem("Handmade Bracelet","location='urun_kategori.asp?GRUP_ID=16'");
  fw_menu_0.addMenuItem("Natural Stone Bracelets","location='urun_kategori.asp?GRUP_ID=20'");
  fw_menu_0.addMenuItem("Opalit Stone Bracelets","location='urun_kategori.asp?GRUP_ID=27'");
  fw_menu_0.addMenuItem("Stampato Bracelets","location='urun_kategori.asp?GRUP_ID=35'");
  fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",155,17,"Verdana",10,"#000000","#000000","#ffffff","#dee3e7");
  fw_menu_1.addMenuItem("ID Bracelets","location='urun_kategori.asp?GRUP_ID=17'");
  fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("root",155,17,"Verdana",10,"#000000","#000000","#ffffff","#dee3e7");
  fw_menu_2.addMenuItem("Filigree Enamel Rings","location='urun_kategori.asp?GRUP_ID=15'");
  fw_menu_2.addMenuItem("Man Rings","location='urun_kategori.asp?GRUP_ID=18'");
  fw_menu_2.addMenuItem("Natural Stone Rings","location='urun_kategori.asp?GRUP_ID=24'");
  fw_menu_2.addMenuItem("Opalit Stone Rings","location='urun_kategori.asp?GRUP_ID=30'");
  fw_menu_2.addMenuItem("Rings With Pearl","location='urun_kategori.asp?GRUP_ID=32'");
  fw_menu_2.addMenuItem("Woman Rings","location='urun_kategori.asp?GRUP_ID=36'");
  fw_menu_2.hideOnMouseOut=true;
  
  window.fw_menu_3 = new Menu("root",155,17,"Verdana",10,"#000000","#000000","#ffffff","#dee3e7");
  fw_menu_3.addMenuItem("Earrings","location='urun_kategori.asp?GRUP_ID=8'");
  fw_menu_3.addMenuItem("Earrings With Pearl","location='urun_kategori.asp?GRUP_ID=9'");
  fw_menu_3.addMenuItem("Filigree Enamel Earrings","location='urun_kategori.asp?GRUP_ID=14'");
  fw_menu_3.addMenuItem("Natural Stone Earrings","location='urun_kategori.asp?GRUP_ID=21'");
  fw_menu_3.addMenuItem("Opalit Stone Earrings","location='urun_kategori.asp?GRUP_ID=28'");
  fw_menu_3.hideOnMouseOut=true;

  window.fw_menu_4 = new Menu("root",155,17,"Verdana",10,"#000000","#000000","#ffffff","#dee3e7");
  fw_menu_4.addMenuItem("Pendants","location='urun_kategori.asp?GRUP_ID=31'");
  fw_menu_4.addMenuItem("Animal Pendants","location='urun_kategori.asp?GRUP_ID=1'");
  fw_menu_4.addMenuItem("Enamelled Pendants","location='urun_kategori.asp?GRUP_ID=10'");
  fw_menu_4.addMenuItem("Evil Eye Pendant","location='urun_kategori.asp?GRUP_ID=13'");
  fw_menu_4.addMenuItem("Natural Stone Pendants","location='urun_kategori.asp?GRUP_ID=23'");
  fw_menu_4.hideOnMouseOut=true;

  window.fw_menu_5 = new Menu("root",155,17,"Verdana",10,"#000000","#000000","#ffffff","#dee3e7");
  fw_menu_5.addMenuItem("Necklaces","location='urun_kategori.asp?GRUP_ID=26'");
  fw_menu_5.addMenuItem("Necklace With Pearl","location='urun_kategori.asp?GRUP_ID=25'");
  fw_menu_5.hideOnMouseOut=true;

  window.fw_menu_6 = new Menu("root",155,17,"Verdana",10,"#000000","#000000","#ffffff","#dee3e7");
  fw_menu_6.addMenuItem("Crosses","location='urun_kategori.asp?GRUP_ID=6'");
  fw_menu_6.hideOnMouseOut=true;

  window.fw_menu_7 = new Menu("root",155,17,"Verdana",10,"#000000","#000000","#ffffff","#dee3e7");
  fw_menu_7.addMenuItem("Sets","location='urun_kategori.asp?GRUP_ID=33'");
  fw_menu_7.addMenuItem("Child Sets","location='urun_kategori.asp?GRUP_ID=5'");
  fw_menu_7.addMenuItem("Minisets With Pearl","location='urun_kategori.asp?GRUP_ID=19'");
  fw_menu_7.addMenuItem("Natural Stone Mini Sets","location='urun_kategori.asp?GRUP_ID=22'");
  fw_menu_7.addMenuItem("Opalit Stone Mini sets","location='urun_kategori.asp?GRUP_ID=29'");
  fw_menu_7.addMenuItem("Sets With Pearl","location='urun_kategori.asp?GRUP_ID=34'");
  fw_menu_7.addMenuItem("Mini Sets","location='urun_kategori.asp?GRUP_ID=37'");
  fw_menu_7.hideOnMouseOut=true;

  fw_menu_7.writeMenus();
}