//※このjsファイルはメニュー内容を設定するファイルです。
//2部構成になっており、前段は右メニューおよびパンくずメニューを表示させる場合に設定します。
//ページのURLとpageIDを正しく設定しないとエラーが出ますので注意してください。
//後段は右メニューに表示させるメニュー内容を設定します。
var pageID = new Array();

var path = window.location.pathname;
//alert(path);
//ニュースページを判定1
if(path.indexOf("/ir/docs/news/",0) == 0){
	pageID = new Array(1,2,0);
	
//決算情報判定
}else if(path.indexOf("/ir/docs/kessan/",0) == 0){
	pageID = new Array(1,2,1);
	
//事業報告書判定
}else if(path.indexOf("/ir/docs/jigyo/",0) == 0){
	pageID = new Array(1,2,2);

//ニュース一覧ページを判定
}else if(path.match(/\/ir\/docs\/[0-9]{4}\/news.html/)){
	pageID = new Array(1,2,0);	

//決算情報一覧を判定
}else if(path.match(/\/ir\/docs\/[0-9]{4}\/kessan.html/)){
	pageID = new Array(1,2,1);	

//事業報告書一覧を判定
}else if(path.match(/\/ir\/docs\/[0-9]{4}\/jigyo.html/)){
	pageID = new Array(1,2,2);	

//IR全一覧ページ判定
}else if(path.match(/\/ir\/docs\/[0-9]{4}\//)){
	pageID = new Array(1,2);	
	
//IRページ判定ここまで

}else{

switch(path){

// ★前段★ページIDの指定
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
//case "/index.html":
//case "/":
//pageID = new Array(1,0,0);
//break;


// ▼商品情報
case "/products/top.html":
pageID = new Array(1,0);
break;

// ▼企業情報
case "/corp/index.html":
case "/corp/":
pageID = new Array(1,1);
break;

// ▼IR情報
case "/ir/top.html":
case "/ir/":
pageID = new Array(1,2);
break;

// ▼ビジネスデータ
case "/bu/kiyaku.html":
case "/bu/index.html":
case "/bu/":
pageID = new Array(1,3);
break;

// ▼採用情報
case "/recruit/index.html":
case "/recruit/":
pageID = new Array(1,4);
break;

// ▼お問い合わせ
case "/support/contact.html":
pageID = new Array(1,5);
break;


// ▼商品情報
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼商品情報 > 戸建住宅用
case "/products/index.html":
case "/products/":
case "/support/doorphone_qanda.html":
case "/support/doorphone_torikae.html":
case "/support/koki.html":
pageID = new Array(1,0,0);
break;

// ▼商品情報 > 戸建住宅用 > テレビドアホン（ハンズフリー）
case "/products/step2_handsfreecolor.html":
case "/products/roco_wide_portable.html"://・ROCOワイドポータブル
case "/products/roco_wide_portable_02.html"://・ROCOワイドポータブル
case "/products/roco_portable.html"://・ROCOポータブル
case "/products/roco_portable_02.html"://・ROCOポータブル
case "/products/roco_wide_rec.html"://・ROCOワイド録画
case "/products/roco_wide_rec_02.html"://・ROCOワイド録画
case "/products/roco_wide_rec_03.html"://・ROCOワイド録画2・4
case "/products/roco_wide.html"://・ROCOワイド
case "/products/roco_wide_02.html"://・ROCOワイド
case "/products/roco.html"://・ROCO
case "/products/color_ja_r_23.html"://・JA録画2・3</a><br>
case "/products/color_jd_33.html"://・JD3・3</a><br>
case "/products/color_jd_r_33.html"://・JD録画3・3
case "/products/color_je_h_111.html"://・JE非常1・1＋1
case "/products/color_je_n_111.html"://JE1・1＋1
case "/products/color_jf_r_23.html"://JF録画2・3
case "/products/color_jl_12.html"://ROCO（JL-12）
case "/products/color_kf_55.html"://ROCO（KF-55）
pageID = new Array(1,0,0,0);
break;

// ▼商品情報 > 戸建住宅用 > テレビドアホン（受話器式）
case "/products/step2_juwaki.html":
case "/products/color_kb_35.html"://KB3・5
case "/products/color_kc_11.html"://KC1・1
case "/products/color_kc_13.html"://KC1・3
case "/products/color_kb_35_2.html":
pageID = new Array(1,0,0,1);
break;

// ▼商品情報 > 戸建住宅用 > ドアホン
case "/products/step2_interphone.html":
case "/products/door_2setai_23.html"://2世帯2・3
case "/products/door_chime.html"://チャイムインターホン
case "/products/door_demitalk.html"://デミトーク
case "/products/door_hand_11.html"://ハンズフリー1・1
case "/products/door_one_11.html"://ワンタッチ1・1
case "/products/door_one_13.html"://ワンタッチ1・3
case "/products/door_one_23.html"://ワンタッチ2・3
case "/products/door_one_36.html"://ワンタッチ3・6
pageID = new Array(1,0,0,2);
break;

// ▼商品情報 > 戸建住宅用 > 電気錠
case "/products/million6.html":
case "/products/million6_02.html":
case "/products/denshi_lock.html":
case "/products/catalog_million.html":
pageID = new Array(1,0,0,3);
break;

// ▼商品情報 > 戸建住宅用 > ITホームセキュリティサービス
case "/ithome/index.html":
case "/ithome/":
case "/ithome/town/town_security.html":
case "/ithome/town/town_security2.html":
case "/ithome/town/town_security3.html":
case "/ithome/town/town_security4.html":
case "/ithome/apart/apartment_security.html":
case "/ithome/apart/apartment_security2.html":
case "/ithome/apart/apartment_security3.html":
case "/ithome/apart/apartment_security4.html":
case "/ithome/home/home_security.html":
case "/ithome/home/home_security2.html":
case "/ithome/home/home_security3.html":
case "/ithome/home/home_security4.html":
case "/ithome/q_a/q_a.html":
case "/ithome/security/security_reform.html":
case "/ithome/dounyu/dounyu.html":
pageID = new Array(1,0,0,4);
break;

// ▼商品情報 > 戸建住宅用 > セキュリティ事情データ
case "/sec_care/index.html":
case "/sec_care/":
pageID = new Array(1,0,0,5);
break;


// ▼商品情報 > 集合住宅用
case "/mansion/renewal.html"://リニューアルのご提案
case "/mansion/renewal_01.html":
case "/mansion/renewal_02.html":
case "/mansion/renewal_03.html":
case "/mansion/renewal_04.html":
case "/mansion/renewal_04_01.html":
case "/mansion/renewal_05.html":
pageID = new Array(1,0,1);
break;

// ▼商品情報 > 集合住宅用 > 集合住宅システム
case "/mansion/index.html":
case "/mansion/dashwism/index.html"://DASHWISM
case "/mansion/d_live.html"://DASHVHX
case "/mansion/d_friendly.html":
case "/mansion/d_security1.html":
case "/mansion/d_security2.html":
case "/mansion/d_sef_use1.html":
case "/mansion/d_sef_use2.html":
case "/mansion/d_system.html":
case "/mansion/vhx_syugou.html"://VHXシリーズ
case "/mansion/vhx_system_j.html":
case "/mansion/vhx_system_k.html":
case "/mansion/vhx_system_kaden.html":
case "/mansion/vhx_system_kaden_z.html":
case "/mansion/vhx_system_kaden_k.html":
case "/mansion/vhx_system_hitaiou.html":
case "/mansion/bouhan.html":
case "/mansion/bousai.html":
case "/mansion/communication.html":
case "/mansion/barrier.html":

pageID = new Array(1,0,1,0);
break;

// ▼商品情報 > 集合住宅用 > 集合住宅システム（デジタル式）
case "/mansion/system.html#digital":
case "/mansion/v-fine/index.html"://V-fineシステム
case "/mansion/v-fine/1.html":
case "/mansion/v-fine/2.html":
case "/mansion/v-fine/3.html":
pageID = new Array(1,0,1,1);
break;

// ▼商品情報 > 集合住宅用 > 高齢者向け集合住宅
case "/mansion/care.html":
case "/mansion/tokucho_1.html":
case "/mansion/tokucho_2.html":
case "/mansion/system_1.html":
case "/mansion/system_2.html":
case "/mansion/kinouzu.html":
case "/mansion/kinouitiran.html":
pageID = new Array(1,0,1,2);
break;

// ▼商品情報 > 集合住宅用 > 監視カメラ
case "/kansi/index.html":
pageID = new Array(1,0,1,3);
break;

// ▼商品情報 > 集合住宅用 > ケータイdeドアホン
case "/keitaide/index.html":
case "/keitaide/system.html":
case "/keitaide/taioukiki.html":
case "/keitaide/qanda.html":
case "/keitaide/download.html":
pageID = new Array(1,0,1,4);
break;

// ▼商品情報 > 集合住宅用　> マンションインターホンリニューアル
case "/renewal/":
case "/renewal/index.html":
case "/renewal/why.html":
case "/renewal/longevity.html":
case "/renewal/step.html":
case "/renewal/option.html":
case "/renewal/option_circular.html":
case "/renewal/lease_plan_01.html":
case "/renewal/lease_plan_02.html":
case "/renewal/mente_feature.html":
case "/renewal/mente_menu.html":
case "/renewal/security.html":
case "/renewal/qa.html":
case "/renewal/plan_diagnosis.html":
case "/renewal/plan/planichiran.html":
case "/renewal/plan/yes_no_a1.html":
case "/renewal/plan/yes_no_a2.html":
case "/renewal/plan/yes_no_a3.html":
case "/renewal/plan/yes_no_b1.html":
case "/renewal/plan/yes_no_b2.html":
case "/renewal/plan/yes_no_c1.html":
case "/renewal/plan/yes_no_c2.html":
case "/renewal/plan/yes_no_d1.html":
case "/renewal/plan/yes_no_d2.html":
case "/renewal/plan/yes_no_e1.html":
case "/renewal/plan/yes_no_e2.html":
case "/renewal/plan/yes_no_e3.html":
case "/renewal/plan/yes_no_f1.html":
case "/renewal/plan/yes_no_f2.html":
case "/renewal/plan/yes_no_g1.html":
case "/renewal/plan/yes_no_g2.html":
case "/renewal/plan/yes_no_h.html":
case "/renewal/plan/yes_no_i.html":
case "/renewal/plan/yes_no_j.html":
case "/renewal/plan/yes_no_k.html":
case "/renewal/plan/yes_no_l.html":
case "/renewal/estimate.html":
case "/renewal/mail_form_plan.html":
case "/renewal/mail_form.html":
pageID = new Array(1,0,1,5);
break;

// ▼商品情報 > 集合住宅用 > 緊急地震速報システム
case "/earth_movie.html":
pageID = new Array(1,0,1,6);
break;



// ▼商品情報 > 病院・介護施設用
case "/hospital/hospital_top.html":
pageID = new Array(1,0,2);
break;

// ▼商品情報 > 病院・介護施設用 > ナースコール
case "/hospital/index.html":
case "/hospital/nfx_series.html":
case "/hospital/nfx_pc/nfx_pc.html":
case "/hospital/nfx_pc/pc_sysfl.html":
case "/hospital/nfx_pc/pc_tokutyou.html":
case "/hospital/system/pcgata.html":
case "/hospital/ho_hand.html":
case "/hospital/ho_hand_type_01.html":
case "/hospital/ho_hand_type_02.html":
case "/hospital/system/eroukt.html":
case "/hospital/system/mcam.html":
case "/hospital/ho_nbe.html":
case "/hospital/ho_nbe_01.html":
case "/hospital/ho_nbe_02.html":
case "/hospital/ho_nbe_03.html":
case "/hospital/ho_nbm.html":
case "/hospital/ho_nbm1.html":
case "/hospital/ho_nbm2.html":
case "/hospital/ho_nbm3.html":
case "/hospital/nfx_lan/nfx_lan.html":
case "/hospital/nfx_lan/nfx_lan_sys.html":
case "/hospital/nfx/nfx.html":
case "/hospital/nfx/sysfl.html":
case "/hospital/nfx/tokutyou.html":
case "/hospital/system/oya.html":
pageID = new Array(1,0,2,0);
break;

// ▼商品情報 > 病院・介護施設用 > 介護施設
case "/hospital/group_home.html":
case "/hospital/gr_nbmb1.html":
case "/hospital/gr_nbmb2.html":
pageID = new Array(1,0,2,1);
break;

// ▼商品情報 > 病院・介護施設用 > 在宅介護
case "/kaigo/index.html":
case "/kaigo/":
case "/kaigo/kaigo01_1.html":
case "/kaigo/kaigo01_2.html":
case "/kaigo/kaigo01_3.html":
case "/kaigo/kaigo02_1.html":
case "/kaigo/kaigo02_2.html":
case "/kaigo/kaigo02_3.html":
case "/kaigo/kaigo03_1.html":
case "/kaigo/kaigo03_2.html":
case "/kaigo/kaigo03_3.html":
case "/kaigo/kaigo04_1.html":
case "/kaigo/kaigo04_2.html":
case "/kaigo/kaigo04_3.html":
case "/kaigo/kaigo05_1.html":
case "/kaigo/kaigo05_2.html":
case "/kaigo/kaigo05_3.html":
case "/kaigo/kaigo06_1.html":
case "/kaigo/kaigo06_2.html":
case "/kaigo/kaigo06_3.html":
case "/kaigo/kaigo07_1.html":
case "/kaigo/kaigo07_2.html":
case "/kaigo/kaigo07_3.html":
pageID = new Array(1,0,2,2);
break;




// ▼商品情報 > 業務用
case "/business/business_top.html":
pageID = new Array(1,0,3);
break;

// ▼商品情報 > 業務用 > オフィス･事務所
case "/business/index.html":
case "/business/office/516.html":
case "/business/office/517.html":
case "/business/office/518.html":
case "/business/office/522.html":
case "/business/office/524.html":
case "/business/office/529.html":
case "/business/office/530.html":
case "/business/office/531.html":
case "/business/office/532.html":
case "/business/office/516.html":
pageID = new Array(1,0,3,0);
break;

// ▼商品情報 > 業務用 > 倉庫・工場・店舗
case "/business/shop/index.html":
case "/business/shop/534.html"://ハイパワーホン
case "/business/shop/542.html"://カウンターインターホン
case "/business/shop/546.html"://セルフ式ガソリンスタンド用インターホン
pageID = new Array(1,0,3,1);
break;

// ▼商品情報 > 業務用 > エレベーター・リフト
case "/business/lift/index.html":
case "business/lift/index.html"://エレベーター・リフト
case "/business/lift/537.html"://エレベーター用インターホン
case "/business/lift/538.html"://リフト用インターホン
pageID = new Array(1,0,3,2);
break;

// ▼商品情報 > 業務用 > 緊急呼出
case "/business/emergency/index.html":
case "/business/emergency/549.html"://トイレ呼出表示装置CN形
case "/business/emergency/550.html"://トイレ呼出表示装置CBN形
case "/business/emergency/552.html"://通話機能付トイレ呼出表示装置CBN形
pageID = new Array(1,0,3,3);
break;

// ▼商品情報 > 業務用 > 保守
case "/business/conserva/index.html":
case "/business/conserva/555.html"://保守用インターホンTM形
case "/business/conserva/556.html"://保守用インターホンTD形
case "/business/conserva/557.html"://保守用インターホンTC形
case "/business/conserva/558.html"://保守用インターホンYAZ形
pageID = new Array(1,0,3,4);
break;

// ▼商品情報 > 業務用 > 夜間受付
case "/business/night/index.html":
case "/business/night/540.html"://夜間受付用テレビドアホン
case "/business/night/541.html"://夜間受付用ドアホン
pageID = new Array(1,0,3,5);
break;

// ▼商品情報 > 業務用 > 関連機器製品一覧
case "/business/connect/index.html":
case "/business/connect/index02.html"://ページングシステム
pageID = new Array(1,0,3,6);
break;

// ▼商品情報 > 業務用 > 出入口管理 テレビドアホンシステムAX
case "/doorphonesysax/":
case "/doorphonesysax/index.html":
case "/doorphonesysax/syouhinsetumei/tokucho.html":
case "/doorphonesysax/syouhinsetumei/system.html":
case "/doorphonesysax/syouhinsetumei/kouseikiki.html":
case "/doorphonesysax/dounyuimg/office.html":
case "/doorphonesysax/dounyuimg/parking.html":
case "/doorphonesysax/dounyuimg/school.html":
case "/doorphonesysax/dounyuimg/shop.html":
case "/doorphonesysax/dounyuimg/temple.html":
case "/doorphonesysax/otoiawase/otoiawase.html":

case "/doorphonesysax2/":
case "/doorphonesysax2/index.html":
case "/doorphonesysax2/syouhinsetumei/tokucho.html":
case "/doorphonesysax2/syouhinsetumei/system.html":
case "/doorphonesysax2/syouhinsetumei/kouseikiki.html":
case "/doorphonesysax2/dounyuimg/office.html":
case "/doorphonesysax2/dounyuimg/parking.html":
case "/doorphonesysax2/dounyuimg/school.html":
case "/doorphonesysax2/dounyuimg/shop.html":
case "/doorphonesysax2/dounyuimg/temple.html":
case "/doorphonesysax2/otoiawase/otoiawase.html":
pageID = new Array(1,0,3,7);
break;

// ▼商品情報 > 業務用 > IPネットワーク対応テレビドアホンシステム
case "/ip_network/":
case "/ip_network/index.html":
case "/ip_network/system.html":
case "/ip_network/equipment.html":
pageID = new Array(1,0,3,8);
break;


// ▼企業情報 
/////////////////////////////////////////////////////////////////////////////////////////////



// ▼企業情報 > トップメッセージ
case "/corp/topmessage.html":
pageID = new Array(1,1,0);
break;

// ▼企業情報 > 会社概要
case "/corp/corp_info.html":
pageID = new Array(1,1,1);
break;

// ▼企業情報 > 事業紹介
case "/company/jigyo_top.html":
pageID = new Array(1,1,2);
break;

// ▼企業情報 > 事業 > セキュリティ事業
case "/company/security.html":
pageID = new Array(1,1,2,0);
break;

// ▼企業情報 > 事業 > ケア事業
case "/company/care.html":
pageID = new Array(1,1,2,1);
break;

// ▼企業情報 > 事業 > テクノロジー
case "/company/technology.html":
pageID = new Array(1,1,3);
break;

// ▼企業情報 > 拠点・ショールーム
case "/company/network_top.html":
pageID = new Array(1,1,4);
break;

// ▼企業情報 > 拠点・ショールーム国内拠点（ページ名変更）
case "/company/network.html":
pageID = new Array(1,1,4,0);
break;

// ▼企業情報 > 拠点・ショールーム海外拠点（ページ名変更）
case "/company/world.html":
pageID = new Array(1,1,4,1);
break;

// ▼企業情報 > 拠点・ショールーム > ショールーム
case "/company/showroom.html":
pageID = new Array(1,1,4,2);
break;

// ▼企業情報 > 納入実績
case "/company/nounyu_top.html":
pageID = new Array(1,1,5);
break;

// ▼企業情報 > 納入実績 > 住宅施設
case "/company/nounyu.html":
pageID = new Array(1,1,5,0);
break;

// ▼企業情報 > 納入実績 > 病院･介護施設
case "/company/nounyu_2.html":
pageID = new Array(1,1,5,1);
break;

// ▼企業情報 > 納入実績 > 官公庁・その他の施設
case "/company/nounyu_3.html":
pageID = new Array(1,1,5,2);
break;

// ▼企業情報 > 納入実績 > 海外施設
case "/company/nounyu_4.html":
pageID = new Array(1,1,5,3);
break;


// ▼企業情報 > 特許情報
case "/bu/tokkyo.html":
pageID = new Array(1,1,6);
break;


// ▼企業情報 > 環境情報
case "/corp/environ_top.html":
pageID = new Array(1,1,7);
break;

// ▼企業情報 > 環境情報 > 全社環境方針	
case "/corp/environ.html":
pageID = new Array(1,1,7,0);
break;

// ▼企業情報 > 環境情報 > グリーン調達	
case "/corp/environ_green.html":
pageID = new Array(1,1,7,1);
break;

// ▼企業情報 > 環境情報 > 環境レポート	
case "/corp/environ_report.html":
pageID = new Array(1,1,7,2);
break;

// ▼企業情報 > 広告・宣伝
case "/corp/cm/index.html":
case "/corp/cm/":
pageID = new Array(1,1,8);
break;


// ▼IR情報
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼IR情報 > ニュース
case "/ir/docs/news/":
case "/ir/docs/news/index.html":

pageID = new Array(1,2,0);
break;

// ▼IR情報 > 決算情報
case "/ir/docs/kessan/":
case "/ir/docs/kessan/index.html":
pageID = new Array(1,2,1);
break;

// ▼IR情報 > 事業報告書
case "/ir/docs/jigyo/":
case "/ir/docs/jigyo/index.html":
pageID = new Array(1,2,2);
break;

// ▼IR情報 > 株価情報
case "/bu/kabuka.html":
pageID = new Array(1,2,3);
break;

// ▼IR情報 > 株主メモ
//case "/ir/docs/memo/":
//pageID = new Array(1,2,4);
//break;

// ▼IR情報 > 電子公告
case "/bu/koukoku.html":
pageID = new Array(1,2,5);
break;



// ▼ビジネスデータ
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼ビジネスデータ > データダウンロード
case "/bu/download.html":
pageID = new Array(1,3,0);
break;

// ▼ビジネスデータ > データダウンロード > 姿図	
case "/bu/kiyaku_sugata.html":
case "/bu/kiyaku_sugata_main.html":
pageID = new Array(1,3,0,0);
break;

// ▼ビジネスデータ > データダウンロード > 姿図	
case "/bu/kiyaku_sugata2.html":
case "/bu/kiyaku_sugata_main2.html":
pageID = new Array(1,3,0,1);
break;

// ▼ビジネスデータ > データダウンロード > 写真	
case "/bu/kiyaku_photo.html":
case "/bu/kiyaku_photo_main.html":
pageID = new Array(1,3,0,2);
break;

// ▼ビジネスデータ > データダウンロード > 仕様書	
case "/bu/kiyaku_siyo.html":
case "/bu/kiyaku_siyo_main.html":
pageID = new Array(1,3,0,3);
break;

// ▼ビジネスデータ > データダウンロード > 取扱説明書	
case "/bu/kiyaku_torisetsu.html":
case "/bu/kiyaku_torisetsu_main.html":
pageID = new Array(1,3,0,4);
break;

// ▼ビジネスデータ > Webカタログ・請求
case "/bu/catalog_top.html":
pageID = new Array(1,3,1);
break;

// ▼ビジネスデータ > Webカタログ・請求 > 一般	
case "/toi/catalog_ippan.html":
pageID = new Array(1,3,1,0);
break;

// ▼ビジネスデータ > Webカタログ・請求 > 業務用	
case "/toi/catalog_gyoumu.html":
case "/toi/soukata_pdf.html":
pageID = new Array(1,3,1,1);
break;


// ▼採用情報（公開用）
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼採用情報 > 新卒採用トップ
//case "/r/fresh/index.htm":
//pageID = new Array(4,1);
//break;


// ▼お問い合わせ
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼お問い合わせ > よくあるご質問		
case "/toi/qanda.html":
case "/toi/qa_ithomesecurity.html":
case "/toi/qa_ipnetwork/index.html":
case "/toi/qa_ipnetwork/":
pageID = new Array(1,5,0);
break;

// ▼お問い合わせ > 商品内容お問い合わせ
case "https://www.aiphone.co.jp/support/mail_syouhin.html":
pageID = new Array(1,5,1);
break;

// ▼お問い合わせ > 修理申し込み
case "https://www.aiphone.co.jp/support/mail_syuri.html":
pageID = new Array(1,5,2);
break;

// ▼お問い合わせ > 有償修理期間のご案内		
case "/support/syurikikan.html":
pageID = new Array(1,5,3);
break;



// ▼▼▼▼▼デバッグ用▼▼▼▼▼
/////////////////////////////////////////////////////////////////////////////////////////////



// ※どこにも該当しない場合
/////////////////////////////////////////////////////////////////////////////////////////////

default:
pageID = new Array(1,6);

}
}

// ★後段★ここからメニューのリンク設定。
// リンク設定記述の上から順にメニューが表示されます。
// 左側の連番がページIDになります。
// 左側の連番の数字を「0」にすると右メニュー表示がされなくなります。
// URL記述の前に「+」を記述すると別ウインドウで開きます。
// URL記述の前に「*」を記述するとその項目はメニューヘッダになります（ex.採用情報）。
//
//　●補足メニューのための追加設定●
// URL記述を「#」にするとリンクが行われなくなります。（ex.投資家情報）
// リンク文言を「$」にすると文言が入らなくなります。
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////

var gNavi = new Array();

// ▼ライトナビ
gNavi["gn"] = new Array(
1,"/products/top.html","商品情報","",
2,"/corp/index.html","企業情報","",
3,"/ir/top.html","IR情報","",
4,"/bu/index.html","ビジネスデータ","",
5,"+/recruit/index.html","採用情報","",
6,"/support/contact.html","お問い合わせ","",
"");


// ▼
/////////////////////////////////////////////////////////////////////////////////////////////
gNavi["gn0"] = new Array(
1,"/products/top.html","商品情報","",
2,"/corp/index.html","企業情報","",
3,"/ir/top.html","IR情報","",
4,"/bu/index.html","ビジネスデータ","",
5,"+/recruit/index.html","採用情報","",
6,"/support/contact.html","お問い合わせ","",
"");



// ▼商品情報
gNavi["gn0-0"] = new Array(
1,"/products/index.html","戸建住宅用","accessible",
2,"/mansion/index.html","集合住宅用","accessible",
3,"/hospital/hospital_top.html","病院・介護施設用","accessible",
4,"/business/business_top.html","業務用","accessible",
"");

// ▼商品情報 > 一般家庭用
gNavi["gn0-0-0"] = new Array(
1,"/products/step2_handsfreecolor.html","テレビドアホン（ハンズフリー）","wdt150",
2,"/products/step2_juwaki.html","テレビドアホン（受話器式）","wdt150",
3,"/products/step2_interphone.html","ドアホン","wdt150",
4,"/products/million6.html","電気錠","wdt150",
5,"/ithome/index.html","ITホームセキュリティサービス","wdt150",
6,"+https://www.aiphonelife.com/","太陽光エコナビシステム","wdt150",
7,"/sec_care/index.html","セキュリティ事情データ","wdt150",
8,"/kodawari/index.html","アイホンのこだわり","wdt150",
"");

// ▼商品情報 > アパート・マンション用
gNavi["gn0-0-1"] = new Array(
1,"/mansion/index.html","集合住宅システム","wdt230",
2,"/mansion/index.html#map401","集合住宅システム（デジタル式）","wdt230",
3,"/mansion/care.html","高齢者向け集合住宅","wdt230",
4,"/kansi/index.html","監視カメラ","wdt230",
5,"/keitaide/index.html","ケータイdeドアホン","wdt230",
6,"/renewal/index.html","マンションインターホンリニューアル","wdt230",
7,"/earth_movie.html","緊急地震速報システム","wdt230",
"");

// ▼商品情報 > 病院・介護施設用
gNavi["gn0-0-2"] = new Array(
1,"/hospital/index.html","ナースコール","wdt120",
2,"/hospital/group_home.html","介護施設","wdt120",
3,"/kaigo/index.html","在宅介護","wdt120",
"");

// ▼商品情報 > 業務用
gNavi["gn0-0-3"] = new Array(
1,"/business/index.html","オフィス･事務所","wdt230",
2,"/business/shop/index.html","倉庫・工場・店舗","wdt230",
3,"/business/lift/index.html","エレベーター・リフト","wdt230",
4,"/business/emergency/index.html","緊急呼出","wdt230",
5,"/business/conserva/index.html","保守連絡","wdt230",
6,"/business/night/index.html","夜間受付","wdt230",
7,"/business/connect/index.html","関連機器製品一覧","wdt230",
8,"/doorphonesysax/index.html","出入口管理 テレビドアホンシステムAX","wdt230",
9,"/ip_network/index.html","IPネットワーク対応テレビドアホンシステム","wdt230",
10,"/is/index.html","IPネットワーク対応インターホン ISシステム","wdt230",
"");

// ▼企業情報
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼企業情報
gNavi["gn0-1"] = new Array(
1,"/corp/topmessage.html","トップメッセージ","",
2,"/corp/corp_info.html","会社概要","",
3,"/company/jigyo_top.html","事業紹介","accessible",
4,"/company/technology.html","テクノロジー","",
5,"/company/network_top.html","拠点・ショールーム","accessible",
6,"/company/nounyu_top.html","納入実績","",
7,"/bu/tokkyo.html","特許情報","",
8,"/corp/environ_top.html","環境情報","accessible",
9,"/corp/cm/index.html","広告・宣伝","",
"");

// ▼企業情報 > 事業
gNavi["gn0-1-2"] = new Array(
1,"/company/security.html","セキュリティ事業","wdt120",	
2,"/company/care.html","ケア事業","wdt120",
"");

// ▼企業情報 > 拠点・ショールーム
gNavi["gn0-1-4"] = new Array(	
1,"/company/network.html","国内拠点","wdt120",
2,"/company/world.html","海外拠点","wdt120",
3,"/company/showroom.html","ショールーム","wdt120",
"");

// ▼企業情報 > 納入実績		
gNavi["gn0-1-5"] = new Array(
1,"/company/nounyu.html","住宅施設","wdt120",
2,"/company/nounyu_2.html","病院･介護施設","wdt120",
3,"/company/nounyu_3.html","官公庁・その他の施設","wdt120",
4,"/company/nounyu_4.html","海外施設","wdt120",
"");	
		
// ▼企業情報 > 環境情報
gNavi["gn0-1-7"] = new Array(
1,"/corp/environ.html","全社環境方針","wdt120",
2,"/corp/environ_green.html","グリーン調達","wdt120",
3,"/corp/environ_report.html","環境レポート","wdt120",
"");


// ▼IR情報
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼IR情報
gNavi["gn0-2"] = new Array(
1,"/ir/docs/news/","ニュース","",
2,"/ir/docs/kessan/","決算情報","",
3,"/ir/docs/jigyo/","事業報告書","",
4,"/bu/kabuka.html","株価情報","",
//5,"/ir/docs/memo/","株主メモ","",
6,"/bu/koukoku.html","電子公告","",
"");


// ▼ビジネスデータ
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼ビジネスデータ
gNavi["gn0-3"] = new Array(
1,"/bu/kiyaku.html","データダウンロード","accessible",
2,"/bu/catalog_top.html","WEBカタログ・カタログ請求","accessible menusmall",
"");

// ▼ビジネスデータ > データダウンロード
gNavi["gn0-3-0"] = new Array(
1,"/bu/kiyaku_sugata.html","姿図(アルファベット検索)","wdt150",
2,"/bu/kiyaku_sugata2.html","姿図(一括)","wdt150",
3,"/bu/kiyaku_photo.html","写真","wdt150",
4,"/bu/kiyaku_siyo.html","仕様書","wdt150",
5,"/bu/kiyaku_torisetsu.html","取扱説明書","wdt150",
"");

// ▼ビジネスデータ > Webカタログ・請求
gNavi["gn0-3-1"] = new Array(
1,"/toi/catalog_ippan.html","一般用カタログ","wdt120",
2,"/toi/catalog_gyoumu.html","業務用カタログ","wdt120",
"");

// ▼採用情報
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼採用情報
//gNavi["gn0-4"] = new Array(
//1,"","","",
//"");


// ▼お問い合わせ
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼お問い合わせ
gNavi["gn0-5"] = new Array(
1,"/toi/qanda.html","よくあるご質問","",
2,"https://www.aiphone.co.jp/support/mail_syouhin.html","商品内容お問い合わせ","",
3,"https://www.aiphone.co.jp/support/mail_syuri.html","修理申し込み","",
4,"/support/syurikikan.html","有償修理期間のご案内","",
"");


