﻿function common_menu() {

  window.fw_menu_company = new Menu("root",176,30);
  fw_menu_company.addMenuItem("会社概要", "location='company.html'");
  fw_menu_company.addMenuItem("スタッフ紹介", "location='staff.html'");
  fw_menu_company.addMenuItem("事業概要", "location='business.html'");
  fw_menu_company.addMenuItem("代表挨拶", "location='greetings.html'");
  fw_menu_company.hideOnMouseOut=true;

  window.fw_menu_crm = new Menu("root",176,30);
  fw_menu_crm.addMenuItem("CRMとは", "location='crm.html'");
  fw_menu_crm.addMenuItem("藤本塾", "location='growcustomer.php'");
  fw_menu_crm.hideOnMouseOut=true;

  window.fw_menu_pro = new Menu("root",176,30);
  fw_menu_pro.addMenuItem("製品案内", "location='products.html'");
  fw_menu_pro.addMenuItem("<font style='font-size:12px;'>リレーションマネージャー</font>", "location='products/index.php'");
  fw_menu_pro.hideOnMouseOut=true;
  
  window.fw_menu_pro_ = new Menu("root",176,30);
  fw_menu_pro_.addMenuItem("料金", "location='rate.html'");
  fw_menu_pro_.addMenuItem("お見積シュミレーション", "location='rate2.html'");
  fw_menu_pro_.addMenuItem("導入までの流れ", "location='rate3.html'");
  fw_menu_pro_.hideOnMouseOut=true;

  window.fw_menu_contents_ap = new Menu("root",250,20,"Osaka, Arial, Helvetica",10,"#000000","#ffffff","#ffffff","#6083E2");
  fw_menu_contents_ap.addMenuItem("ペットの飼い主様向け情報 Pfizer's QOL", "openWin2('http://www.animalhealth.pfizer.co.jp/pet/', '00', '770', '600');");
  fw_menu_contents_ap.addMenuItem("動物の健康を考える", "openWin2('http://www.animalhealth.pfizer.co.jp/', '00', '770', '600');");
  fw_menu_contents_ap.addMenuItem("Green Guard－松を守る", "openWin2('http://www.greenguard.jp/', '00', '770', '600');");
  fw_menu_contents_ap.hideOnMouseOut=true;
  
}

