<!--
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",113,17,"Osaka, MS UI Gothic",10,"#ffffff","#ffffff","#666666","#999999");
  fw_menu_0.addMenuItem("　利用案内","location='guide.html'");
  fw_menu_0.addMenuItem("　交通アクセス","location='trans.html'");
  fw_menu_0.addMenuItem("　周辺マップ","location='out_map.html'");
  fw_menu_0.addMenuItem("　館内マップ","location='in_map.html'");
   fw_menu_0.bgImageUp="../common/fwmenu_113x17_up.gif";
   fw_menu_0.bgImageOver="../common/fwmenu_113x17_over.gif";
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",113,17,"Osaka, MS UI Gothic",10,"#ffffff","#ffffff","#666666","#999999");
  fw_menu_1.addMenuItem("　常設展","location='../exhibition/always/index.html'");
  fw_menu_1.addMenuItem("　特別展・企画展など","location='../exhibition/plan/index.html'");
  fw_menu_1.addMenuItem("　天理ギャラリー（東京）","location='../exhibition/gallery/index.html'");
   fw_menu_1.bgImageUp="../common/fwmenu_113x17_up.gif";
   fw_menu_1.bgImageOver="../common/fwmenu_113x17_over.gif";
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",113,17,"Osaka, MS UI Gothic",10,"#ffffff","#ffffff","#666666","#999999");
  fw_menu_2.addMenuItem("　トーク･サンコーカン","location='../event/talk/index.html'");
  fw_menu_2.addMenuItem("　ワークショップ","location='../event/workshop/index.html'");
   fw_menu_2.addMenuItem("　参考館メロディユー","location='../event/melodieux/index.html'");
  fw_menu_2.addMenuItem("　そのほか","location='../event/special/index.html'");
   fw_menu_2.bgImageUp="../common/fwmenu_113x17_up.gif";
   fw_menu_2.bgImageOver="../common/fwmenu_113x17_over.gif";
   fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",113,17,"Osaka, MS UI Gothic",10,"#ffffff","#ffffff","#666666","#999999");
  fw_menu_3.addMenuItem("　沿革","location='../etc/history.html'");
  fw_menu_3.addMenuItem("　刊行物","location='../etc/publish/index.html'");
  fw_menu_3.addMenuItem("　学芸員紹介","location='../etc/staff/index.html'");
  fw_menu_3.addMenuItem("　プレスリリース","location='../etc/press/index.html'");
  fw_menu_3.addMenuItem("　サイトマップ","location='../etc/site_map.html'");
  fw_menu_3.addMenuItem("　リンク","location='../etc/link.html'");
   fw_menu_3.bgImageUp="../common/fwmenu_113x17_up.gif";
   fw_menu_3.bgImageOver="../common/fwmenu_113x17_over.gif";
   fw_menu_3.hideOnMouseOut=true;

  fw_menu_3.writeMenus();
} // fwLoadMenus()
//-->