function popWin(url) {sealWin=window.open(url,"newwindow",'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes'); 
}

function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",120,17,"Osaka, MS UI Gothic",11,"#000000","#000000","#e2e2e2","#ffff99");
  fw_menu_0.addMenuItem("当社からのお知らせ","location='../news/index.htm'");
  fw_menu_0.addMenuItem("バックナンバー","location='../news/backnumber.htm'");
  fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",120,17,"Osaka, MS UI Gothic",11,"#000000","#000000","#e2e2e2","#ffff99");
  fw_menu_1.addMenuItem("はじめに","location='../company/index.htm'");
  fw_menu_1.addMenuItem("経営理念","location='../company/philosophy.htm'");
  fw_menu_1.addMenuItem("当社の戦略","location='../company/plan.htm'");
  fw_menu_1.addMenuItem("会社概要","location='../company/outline.htm'");
  fw_menu_1.addMenuItem("マネジメントチーム","location='../company/member.htm'");
  fw_menu_1.addMenuItem("アライアンス","location='../company/alliance.htm'");
  fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",120,17,"Osaka, MS UI Gothic",11,"#000000","#000000","#e2e2e2","#ffff99");
  fw_menu_2.addMenuItem("遺伝子治療とは","location='../project/index.htm'");
  fw_menu_2.addMenuItem("創薬プロジェクト","location='../project/develop.htm'");
  fw_menu_2.addMenuItem("ベクタープロジェクト","location='../project/vector.htm'");
  fw_menu_2.addMenuItem("パイプラインの状況","location='../project/pipeline.htm'");
  fw_menu_2.addMenuItem("用語の説明","location='../project/word.htm'");
  fw_menu_2.hideOnMouseOut=true;  
  window.fw_menu_3 = new Menu("root",120,17,"Osaka, MS UI Gothic",11,"#000000","#000000","#e2e2e2","#ffff99");
  fw_menu_3.addMenuItem("What's New","location='../ir/index.htm'");
  fw_menu_3.addMenuItem("はじめに","location='../ir/owner.htm'");
  fw_menu_3.addMenuItem("会社概要","location='../ir/outline.htm'");
  fw_menu_3.addMenuItem("株価情報","window.popWin('http://quote.yahoo.co.jp/q?s=4563&d=t');");
  fw_menu_3.addMenuItem("IRライブラリー","location='../ir/lib_01.htm'");
  fw_menu_3.addMenuItem("電子公告","location='../ir/financial.htm'");
  fw_menu_3.addMenuItem("FAQ","location='../ir/faq.htm'");
  fw_menu_3.addMenuItem("IRスケジュール","location='../ir/schedule.htm'");
  fw_menu_3.hideOnMouseOut=true;
  window.fw_menu_4 = new Menu("root",120,17,"Osaka, MS UI Gothic",11,"#000000","#000000","#e2e2e2","#ffff99");
  fw_menu_4.addMenuItem("ナグラザイム","location='../products/index.htm'");
  fw_menu_4.hideOnMouseOut=true;
  fw_menu_4.writeMenus();
} // fwLoadMenus()