<!--
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",103,17,"Osaka, MS UI Gothic",10,"#333333","#ffffff","#ffffff","#cccccc");
  fw_menu_0.addMenuItem("おおきに財団とは","location='outline/index.html'");
  fw_menu_0.addMenuItem("主な事業","location='outline/mainbusiness.html'");
  fw_menu_0.addMenuItem("五花街紹介","location='outline/introduction.html'");
  fw_menu_0.addMenuItem("伝統伎芸保持者","location='outline/hojisha.html'");
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",103,17,"Osaka, MS UI Gothic",10,"#333333","#ffffff","#ffffff","#cccccc");
  fw_menu_1.addMenuItem("五花街合同公演","location='event/index.html'");
  fw_menu_1.addMenuItem("五花街の年中行事","location='event/gyozi.html'");
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",100,17,"Osaka, MS UI Gothic",10,"#333333","#ffffff","#ffffff","#cccccc");
  fw_menu_2.addMenuItem("入会案内","location='tomonokai/index.html'");
  fw_menu_2.addMenuItem("友の会の集い","location='tomonokai/tsudoi.html'");
  fw_menu_2.addMenuItem("お茶屋遊び","location='tomonokai/tsudoi.html#02'");
   fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",83,17,"Osaka, MS UI Gothic",10,"#333333","#ffffff","#ffffff","#cccccc");
  fw_menu_3.addMenuItem("10ヶ条","location='maiko/index.html'");
  fw_menu_3.addMenuItem("舞妓応募要領","location='maiko/oubo.html'");
   fw_menu_3.hideOnMouseOut=true;
  window.fw_menu_4 = new Menu("root",93,17,"Osaka, MS UI Gothic",10,"#333333","#ffffff","#ffffff","#999999");
  fw_menu_4.addMenuItem("舞妓ギャラリー","location='gioncorner/index.html'");
  fw_menu_4.addMenuItem("お点前体験","location='gioncorner/otemae.html'");
   fw_menu_4.hideOnMouseOut=true;

  fw_menu_4.writeMenus();
} // fwLoadMenus()

//-->