

function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",140,17,"Osaka, MS UI Gothic",12,"#000000","#993300","#9999ff","#993300");
  fw_menu_0.addMenuItem("HOME","location='../index.html'");
  fw_menu_0.addMenuItem("コンセプト","location='../home/concept.html'");
  fw_menu_0.addMenuItem("ステータス","location='../home/status.html'");
  fw_menu_0.addMenuItem("プロブレム","location='../home/problem.html'");
  fw_menu_0.addMenuItem("ソリューション","location='../home/solution.html'");
  fw_menu_0.addMenuItem("コアコンピタンス","location='../home/core.html'");
   fw_menu_0.bgImageUp="../js/fwmenu_up.gif";
   fw_menu_0.bgImageOver="../js/fwmenu_over.gif";
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",140,17,"Osaka, MS UI Gothic",12,"#000000","#993300","#9999ff","#993300");
  fw_menu_1.addMenuItem("概要","location='../partners/index.html'");
  fw_menu_1.addMenuItem("コンテンツパブリッシャー","location='../partners/contents_p.html'");
  fw_menu_1.addMenuItem("コンテンツホルダー","location='../partners/vender.html'");
  fw_menu_1.addMenuItem("コンテンツリセラー","location='../partners/reseller.html'");
  fw_menu_1.addMenuItem("コンサルティング","location='../partners/consulting.html'");
   fw_menu_1.bgImageUp="../js/fwmenu_up.gif";
   fw_menu_1.bgImageOver="../js/fwmenu_over.gif";
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",140,17,"Osaka, MS UI Gothic",12,"#000000","#993300","#9999ff","#993300");
  fw_menu_2.addMenuItem("概要","location='../customers/index.html'");
  fw_menu_2.addMenuItem("コンサルティング","location='../customers/consulting.html'");
  fw_menu_2.addMenuItem("コンテンツ社内開発","location='../customers/csyanai.html'");
  fw_menu_2.addMenuItem("コンテンツナビゲーション","location='../customers/cnavi.html'");
  fw_menu_2.addMenuItem("コンテンツ開発","location='../customers/contentsdev.html'");
  fw_menu_2.addMenuItem("導入事例","location='../customers/jirei.html'");
   fw_menu_2.bgImageUp="../js/fwmenu_up.gif";
   fw_menu_2.bgImageOver="../js/fwmenu_over.gif";
   fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",140,17,"Osaka, MS UI Gothic",12,"#000000","#993300","#9999ff","#993300");
  fw_menu_3.addMenuItem("概要","location='../authoring/index.html'");
  fw_menu_3.addMenuItem("機能説明","location='../authoring/kinou.html'");
  fw_menu_3.addMenuItem("動作環境","location='../authoring/kankyou.html'");
  fw_menu_3.addMenuItem("FAQ","location='../authoring/faq.html'");
    fw_menu_3.addMenuItem("ユーザー登録","window.open('http://www.wbtstation.com/Userrgst/UserRgst.asp', '_blank');");
   fw_menu_3.bgImageUp="../js/fwmenu_up.gif";
   fw_menu_3.bgImageOver="../js/fwmenu_over.gif";
   fw_menu_3.hideOnMouseOut=true;

  window.fw_menu_4 = new Menu("root",140,17,"Osaka, MS UI Gothic",12,"#000000","#993300","#9999ff","#993300");
  fw_menu_4.addMenuItem("会社概要","location='../about/index.html'");
  fw_menu_4.addMenuItem("事業案内","location='../about/jigyo.html'");
  fw_menu_4.addMenuItem("会社案内","location='../about/kaisya.html'");
   fw_menu_4.bgImageUp="../js/fwmenu_up.gif";
   fw_menu_4.bgImageOver="../js/fwmenu_over.gif";
   fw_menu_4.hideOnMouseOut=true;


  fw_menu_4.writeMenus();
}


function openByFrame(uri1) {
  window.open(uri1);
}

function openByFrame2(uri1) {
  window.open(uri1);
}
function viewWin(wURL){
	newWin=window.open("","MainWindow");
	newWin.location.href=wURL;
}


