﻿//※このjsファイルはメニュー内容を設定するファイルです。
//2部構成になっており、前段は右メニューおよびパンくずメニューを表示させる場合に設定します。
//ページのURLとpageIDを正しく設定しないとエラーが出ますので注意してください。
//後段は右メニューに表示させるメニュー内容を設定します。

//add abs 2007/11
var pageID = new Array();

var path = window.location.pathname;
switch(path){

// ★前段★ページIDの指定
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼ブラザーグループ概要
case "/corporate/index.htm":
case "/corporate/":
pageID = new Array(1,0);
break;

// ▼CSRの取り組み
case "/csr/index.htm":
case "/csr/":
pageID = new Array(2,0);
break;

// ▼環境への取り組み
case "/eco/index.htm":
case "/eco/":
pageID = new Array(3,0);
break;

// ▼株主・投資家の皆様へ
case "/investor/index.htm":
case "/investor/":
pageID = new Array(4,0);
break;

// ▼ニュースリリース
case "/news/releasetop/index.htm":
case "/news/releasetop/":
pageID = new Array(5,1);
break;

// ▼採用情報
case "/r/index.htm":
case "/r/":
pageID = new Array(6,0);
break;

// ▼ブラザー販売株式会社 企業情報
case "/bsl/index.htm":
case "/bsl/":
pageID = new Array(7,0);
break;



// ▼ブラザーグループ概要
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼ブラザーグループ概要 > ブラザー工業株式会社 会社概要
case "/corporate/bil/":
case "/corporate/bil/index.htm":
pageID = new Array(1,1);
break;

// ▼ブラザーグループ概要 > トップメッセージ
case "/corporate/topmessage/":
case "/corporate/topmessage/index.htm":
pageID = new Array(1,2);
break;

// ▼ブラザーグループ概要> ブラザーグループ グローバル憲章
case "/corporate/socienvi/":
case "/corporate/socienvi/index.htm":
pageID = new Array(1,3);
break;

// ▼ブラザーグループ概要 > 中長期ビジョン&lt;GV21&gt
case "/corporate/gv21/":
case "/corporate/gv21/index.htm":
pageID = new Array(1,4);
break;
 
// ▼ブラザーグループ概要 > 中長期ビジョン&lt;GV21&gt > 中期戦略「CS B2015」
case "/corporate/gv21/csb2015/":
case "/corporate/gv21/csb2015/index.htm":
case "/product/abstest/corporate/content_sample/index.htm":
pageID = new Array(1,4,1);
break;

// ▼ブラザーグループ概要 > マネジメントシステム&lt;BVCM&gt;
case "/corporate/bvcm/":
case "/corporate/bvcm/index.htm":
pageID = new Array(1,5);
break;

// ▼ブラザーグループ概要 > マネジメントシステム&lt;BVCM&gt; > お客様
case "/corporate/bvcm/customer/":
case "/corporate/bvcm/customer/index.htm":
pageID = new Array(1,5,1);
break;

// ▼ブラザーグループ概要 > マネジメントシステム&lt;BVCM&gt; > デマンドチェーン
case "/corporate/bvcm/demmand/":
case "/corporate/bvcm/demmand/index.htm":
pageID = new Array(1,5,2);
break;

// ▼ブラザーグループ概要 > マネジメントシステム&lt;BVCM&gt; > コンカレントチェーン
case "/corporate/bvcm/concurrent/":
case "/corporate/bvcm/concurrent/index.htm":
pageID = new Array(1,5,3);
break;

// ▼ブラザーグループ概要 > マネジメントシステム&lt;BVCM&gt; > サプライチェーン
case "/corporate/bvcm/supply/":
case "/corporate/bvcm/supply/index.htm":
pageID = new Array(1,5,4);
break;

// ▼ブラザーグループ概要 > 製品安全に関する基本方針
case "/corporate/safety/":
case "/corporate/safety/index.htm":
pageID = new Array(1,6);
break;

// ▼ブラザーグループ概要 > 事業紹介
case "/corporate/company/":
case "/corporate/company/index.htm":
pageID = new Array(1,7);
break;

// ▼ブラザーグループ概要 > 事業紹介 > プリンティング・アンド・ソリューションズ事業
case "/corporate/company/pands/":
case "/corporate/company/pands/index.htm":
pageID = new Array(1,7,1);
break;

// ▼ブラザーグループ概要 > 事業紹介 > パーソナル・アンド・ホーム事業
case "/corporate/company/pandh/":
case "/corporate/company/pandh/index.htm":
pageID = new Array(1,7,2);
break;

// ▼ブラザーグループ概要 > 事業紹介 > マシナリー・アンド・ソリューション事業
case "/corporate/company/mands/":
case "/corporate/company/mands/index.htm":
pageID = new Array(1,7,3);
break;

// ▼ブラザーグループ概要 > 事業紹介 > ネットワーク・アンド・コンテンツ事業
case "/corporate/company/nandc/":
case "/corporate/company/nandc/index.htm":
pageID = new Array(1,7,4);
break;

// ▼ブラザーグループ概要 > 事業紹介 > 新規事業
case "/corporate/company/new/":
case "/corporate/company/new/index.htm":
pageID = new Array(1,7,5);
break;

// ▼ブラザーグループ概要 > グループ拠点一覧
case "/corporate/gnetwork/":
case "/corporate/gnetwork/index.htm":
pageID = new Array(1,8);
break;

// ▼ブラザーグループ概要 > グループ拠点一覧 > 主な国内拠点
case "/corporate/gnetwork/japan/":
case "/corporate/gnetwork/japan/index.htm":
pageID = new Array(1,8,1);
break;

// ▼ブラザーグループ概要 > グループ拠点一覧 > 南北アメリカ
case "/corporate/gnetwork/america/":
case "/corporate/gnetwork/america/index.htm":
pageID = new Array(1,8,2);
break;

// ▼ブラザーグループ概要 > グループ拠点一覧 > ヨーロッパ・アフリカ・中近東
case "/corporate/gnetwork/europe/":
case "/corporate/gnetwork/europe/index.htm":
pageID = new Array(1,8,3);
break;

// ▼ブラザーグループ概要 > グループ拠点一覧 > アジア・オセアニア
case "/corporate/gnetwork/asia/":
case "/corporate/gnetwork/asia/index.htm":
pageID = new Array(1,8,4);
break;

// ▼ブラザーグループ概要 > ブラザーの歴史
case "/corporate/history/":
case "/corporate/history/index.htm":
pageID = new Array(1,9);
break;

// ▼ブラザーグループ概要 > ブラザーの歴史 > テクノパノラマ
case "/corporate/history/techno/":
case "/corporate/history/techno/index.htm":
pageID = new Array(1,9,1);
break;

// ▼ブラザーグループ概要 > 会社案内PDFダウンロード
case "/corporate/pdf/":
case "/corporate/pdf/index.htm":
pageID = new Array(1,10);
break;

// ▼ブラザーグループ概要 > 会社案内PDFダウンロード > 目次別ダウンロード
case "/corporate/pdf/download/":
case "/corporate/pdf/download/index.htm":
pageID = new Array(1,10,1);
break;

// ▼ブラザーグループ概要 > 企業CM
case "/corporate/cm/":
case "/corporate/cm/index.htm":
pageID = new Array(1,11);
break;


// ▼CSRの取り組み 
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼CSRへの取り組み > 対談
case "/csr/brothergroup/talk/":
case "/csr/brothergroup/talk/index.htm":
pageID = new Array(2,1);
break;

// ▼CSRへの取り組み > 特集
case "/csr/special1/":
case "/csr/special1/index.htm":
pageID = new Array(2,2);
break;

// ▼CSRの取り組み > ブラザーグループのCSR
case "/csr/brothergroup/":
case "/csr/brothergroup/index.htm":
pageID = new Array(2,3);
break;

// ▼CSRの取り組み > ブラザーグループのCSR > ブラザーグループのCSR経営
case "/csr/brothergroup/management/":
case "/csr/brothergroup/management/index.htm":
case "/product/abstest/newcsr/content_sample/index.htm":
pageID = new Array(2,3,1);
break;

// ▼CSRの取り組み > ブラザーグループのCSR > ブラザーグループ社会的責任に関する基本原則 
case "/csr/brothergroup/psr/":
case "/csr/brothergroup/psr/index.htm":
pageID = new Array(2,3,2);
break;

// ▼CSRの取り組み > ブラザーグループのCSR > コーポレートガバナンス
case "/csr/brothergroup/governance/":
case "/csr/brothergroup/governance/index.htm":
pageID = new Array(2,3,3);
break;

// ▼CSRの取り組み > ブラザーグループのCSR > 内部統制
case "/csr/brothergroup/control/":
case "/csr/brothergroup/control/index.htm":
pageID = new Array(2,3,4);
break;

// ▼CSRの取り組み > ブラザーグループのCSR > コンプライアンス
case "/csr/brothergroup/compliance/":
case "/csr/brothergroup/compliance/index.htm":
pageID = new Array(2,3,5);
break;

// ▼CSRの取り組み > ブラザーグループのCSR > 情報セキュリティー
case "/csr/brothergroup/security/":
case "/csr/brothergroup/security/index.htm":
pageID = new Array(2,3,6);
break;

// ▼CSRの取り組み > ブラザーグループのCSR > 各地域のCSR課題
case "/csr/brothergroup/target/":
case "/csr/brothergroup/target/index.htm":
pageID = new Array(2,3,7);
break;

// ▼CSRの取り組み > ブラザーグループのCSR > CSR・ブランド戦略
case "/csr/brothergroup/global/":
case "/csr/brothergroup/global/index.htm":
pageID = new Array(2,3,8);
break;

// ▼CSRの取り組み > ブラザーグループのCSR > 第三者意見
case "/csr/brothergroup/thirdparty/":
case "/csr/brothergroup/thirdparty/index.htm":
pageID = new Array(2,3,9);
break;

// ▼CSRの取り組み > お客様とともに
case "/csr/customer/":
case "/csr/customer/index.htm":
pageID = new Array(2,4);
break;

// ▼CSRの取り組み > お客様とともに > お客様第一の製品開発
case "/csr/customer/dialogue/":
case "/csr/customer/dialogue/index.htm":
pageID = new Array(2,4,1);
break;

// ▼CSRの取り組み > お客様とともに > 安全・安心な製品設計
case "/csr/customer/friendly/":
case "/csr/customer/friendly/index.htm":
pageID = new Array(2,4,2);
break;

// ▼CSRの取り組み > お客様とともに > お客様ご迷惑率の低減
case "/csr/customer/satisfaction/":
case "/csr/customer/satisfaction/index.htm":
pageID = new Array(2,4,3);
break;

// ▼CSRの取り組み > お客様とともに > 物流・販売・サービス体制
case "/csr/customer/support/":
case "/csr/customer/support/index.htm":
pageID = new Array(2,4,4);
break;

// ▼CSRの取り組み > 従業員とともに
case "/csr/employee/":
case "/csr/employee/index.htm":
pageID = new Array(2,5);
break;

// ▼CSRの取り組み > 従業員とともに > 多様な人財の確保
case "/csr/employee/basic/":
case "/csr/employee/basic/index.htm":
pageID = new Array(2,5,1);
break;

// ▼CSRの取り組み > 従業員とともに > 多様な働き方の支援
case "/csr/employee/diversified/":
case "/csr/employee/diversified/index.htm":
pageID = new Array(2,5,2);
break;

// ▼CSRの取り組み > 従業員とともに > 各地域での人財育成
case "/csr/employee/local/":
case "/csr/employee/local/index.htm":
pageID = new Array(2,5,3);
break;

// ▼CSRの取り組み > 従業員とともに > グローバル人財育成
case "/csr/employee/selffulfillment/":
case "/csr/employee/selffulfillment/index.htm":
pageID = new Array(2,4,4);
break;

// ▼CSRの取り組み > 従業員とともに > 労働安全衛生
case "/csr/employee/workplace/":
case "/csr/employee/workplace/index.htm":
pageID = new Array(2,5,5);
break;

// ▼CSRの取り組み > 従業員とともに > グローバル憲章の共有
case "/csr/employee/charter/":
case "/csr/employee/charter/index.htm":
pageID = new Array(2,5,6);
break;

// ▼CSRの取り組み > 従業員とともに > 従業員の「誇り度」向上推進
case "/csr/employee/activation/":
case "/csr/employee/activation/index.htm":
pageID = new Array(2,5,7);
break;

// ▼CSRの取り組み > ビジネスパートナーとともに
case "/csr/partner/":
case "/csr/partner/index.htm":
pageID = new Array(2,6);
break;

// ▼CSRの取り組み > ビジネスパートナーとともに > CSR調達の推進
case "/csr/partner/purchase/":
case "/csr/partner/purchase/index.htm":
pageID = new Array(2,6,1);
break;

// ▼CSRの取り組み > ビジネスパートナーとともに > お取引先の声
case "/csr/partner/supplier/":
case "/csr/partner/supplier/index.htm":
pageID = new Array(2,6,2);
break;

// ▼CSRの取り組み > 株主とともに
case "/csr/shareholder/":
case "/csr/shareholder/index.htm":
pageID = new Array(2,7);
break;

// ▼CSRの取り組み > 株主とともに > IRコミュニケーション
case "/csr/shareholder/communication/":
case "/csr/shareholder/communication/index.htm":
pageID = new Array(2,7,1);
break;

// ▼CSRの取り組み > 株主とともに > 外部からの評価
case "/csr/shareholder/evaluation/":
case "/csr/shareholder/evaluation/index.htm":
pageID = new Array(2,7,2);
break;

// ▼CSRの取り組み > 地域社会とともに
case "/csr/society/":
case "/csr/society/index.htm":
pageID = new Array(2,8);
break;

// ▼CSRの取り組み > 地域社会とともに > グローバルな社会貢献活動
case "/csr/society/groupwide/":
case "/csr/society/groupwide/index.htm":
pageID = new Array(2,8,1);
break;

// ▼CSRの取り組み > 地域社会とともに > 日本での社会貢献活動
case "/csr/society/japan/":
case "/csr/society/japan/index.htm":
pageID = new Array(2,8,2);
break;

// ▼CSRの取り組み > 地域社会とともに > 米州での社会貢献活動
case "/csr/society/america/":
case "/csr/society/america/index.htm":
pageID = new Array(2,8,3);
break;

// ▼CSRの取り組み > 地域社会とともに > 欧州での社会貢献活動
case "/csr/society/europe/":
case "/csr/society/europe/index.htm":
pageID = new Array(2,8,4);
break;

// ▼CSRの取り組み > 地域社会とともに > アジア・オセアニアでの社会貢献活動
case "/csr/society/asia/":
case "/csr/society/asia/index.htm":
pageID = new Array(2,8,5);
break;

// ▼CSRの取り組み > 地域社会とともに > 中国での社会貢献活動
case "/csr/society/china/":
case "/csr/society/china/index.htm":
pageID = new Array(2,8,6);
break;

// ▼CSRの取り組み > CSR報告書ダウンロード
case "/csr/download/":
case "/csr/download/index.htm":
pageID = new Array(2,9);
break;

// ▼CSRの取り組み > PDFダウンロード > 目次別ダウンロード(CSR)
case "/csr/download/report/":
case "/csr/download/report/index.htm":
pageID = new Array(2,9,1);
break;

// ▼CSRの取り組み > PDFダウンロード > 目次別ダウンロード(環境)
case "/csr/download/eco_report/":
case "/csr/download/eco_report/index.htm":
pageID = new Array(2,9,2);
break;


// ▼CSRの取り組み > PDFダウンロード > 目次別ダウンロード(2010年版 CSR)
case "/csr/download/report/archive/":
case "/csr/download/report/archive/index.htm":
pageID = new Array(2,9,3);
break;

// ▼CSRの取り組み > PDFダウンロード > 目次別ダウンロード(2010年版 環境)
case "/csr/download/eco_report/archive/":
case "/csr/download/eco_report/archive/index.htm":
pageID = new Array(2,9,4);
break;


// ▼CSRの取り組み > GRIガイドライン対照表
case "/csr/gri/":
case "/csr/gri/index.htm":
pageID = new Array(2,10);
break;

// ▼CSRの取り組み > 新着情報一覧
case "/csr/backnumber/":
case "/csr/backnumber/index.htm":
pageID = new Array(2,11);
break;


// ▼環境への取り組み
/////////////////////////////////////////////////////////////////////////////////////////////
// ▼環境への取り組み > トップメッセージ（環境）
case "/eco/topmessage/":
case "/eco/topmessage/index.htm":
pageID = new Array(3,1);
break;

// ▼環境への取り組み > 地球温暖化防止への取り組み
case "/eco/warming/":
case "/eco/warming/index.htm":
pageID = new Array(3,2);
break;

// ▼環境への取り組み > 循環型社会形成への取り組み
case "/eco/recycling/index.htm":
pageID = new Array(3,3);
break;

// ▼環境への取り組み > 生物多様性保全への取り組み
case "/eco/biodiversity/":
case "/eco/biodiversity/index.htm":
pageID = new Array(3,4);
break;

// ▼環境への取り組み > 環境コミュニケーション
case "/eco/communication/":
case "/eco/communication/index.htm":
pageID = new Array(3,5);
break;

// ▼環境への取り組み > 環境マネジメント > 環境先進企業を目指して
case "/eco/management/":
case "/eco/management/index.htm":
case "/product/abstest/neweco/content_sample/index.htm":
pageID = new Array(3,6,1);
break;

// ▼環境への取り組み > 環境マネジメント > 環境への認識
case "/eco/management/awareness/":
case "/eco/management/awareness/index.htm":
pageID = new Array(3,6,2);
break;

// ▼環境への取り組み > 環境マネジメント > 環境方針
case "/eco/management/policy/":
case "/eco/management/policy/index.htm":
pageID = new Array(3,6,3);
break;

// ▼環境への取り組み > 環境マネジメント > 推進体制
case "/eco/management/organization/":
case "/eco/management/organization/index.htm":
pageID = new Array(3,6,4);
break;

// ▼環境への取り組み > 環境マネジメント > 行動指針に基づく環境活動
case "/eco/management/action_guidance/":
case "/eco/management/action_guidance/index.htm":
pageID = new Array(3,6,5);
break;

// ▼環境への取り組み > 環境マネジメント > 中期環境行動計画
case "/eco/management/action_plan/":
case "/eco/management/action_plan/index.htm":
pageID = new Array(3,6,6);
break;

// ▼環境への取り組み > 環境マネジメント > 環境表彰制度
case "/eco/management/5r_award/":
case "/eco/management/5r_award/index.htm":
pageID = new Array(3,6,7);
break;

// ▼環境への取り組み > 事業活動における取り組み > マテリアルバランス
case "/eco/factory/":
case "/eco/factory/index.htm":
pageID = new Array(3,7,1);
break;

// ▼環境への取り組み > 事業活動における取り組み > CO2排出削減活動
case "/eco/factory/warming/":
case "/eco/factory/warming/index.htm":
pageID = new Array(3,7,2);
break;

// ▼環境への取り組み > 事業活動における取り組み > ごみゼロ活動
case "/eco/factory/waste/":
case "/eco/factory/waste/index.htm":
pageID = new Array(3,7,3);
break;

// ▼環境への取り組み > 事業活動における取り組み > 水利用量削減
case "/eco/factory/water/":
case "/eco/factory/water/index.htm":
pageID = new Array(3,7,4);
break;

// ▼環境への取り組み > 事業活動における取り組み > 汚染予防
case "/eco/factory/pollution/":
case "/eco/factory/pollution/index.htm":
pageID = new Array(3,7,5);
break;

// ▼環境への取り組み > 事業活動における取り組み > 環境会計
case "/eco/factory/accounting/":
case "/eco/factory/accounting/index.htm":
pageID = new Array(3,7,6);
break;

// ▼環境への取り組み > 事業活動における取り組み > ISO14001認証取得拠点一覧
case "/eco/factory/iso14001/":
case "/eco/factory/iso14001/index.htm":
pageID = new Array(3,7,7);
break;

// ▼環境への取り組み > 事業活動における取り組み > 環境活動のあゆみ
case "/eco/factory/history/":
case "/eco/factory/history/index.htm":
pageID = new Array(3,7,8);
break;

// ▼環境への取り組み > 製品における取り組み > 製品の環境負荷削減への考え方
case "/eco/product/":
case "/eco/product/index.htm":
pageID = new Array(3,8,1);
break;

// ▼環境への取り組み > 製品における取り組み > 製品における環境法規制対応
case "/eco/product/regulation/":
case "/eco/product/regulation/index.htm":
pageID = new Array(3,8,2);
break;

// ▼環境への取り組み > 製品における取り組み > 製品のライフサイクルにおける環境配慮
case "/eco/product/lifestage/":
case "/eco/product/lifestage/index.htm":
pageID = new Array(3,8,3);
break;

// ▼環境への取り組み > 製品における取り組み > 環境ラベル等取得製品
case "/eco/product/label/":
case "/eco/product/label/index.htm":
case "/eco/product/label/type2/":
case "/eco/product/label/type2/index.htm":
case "/eco/product/label/mfc/":
case "/eco/product/label/mfc/index.htm":
case "/eco/product/label/printer/":
case "/eco/product/label/printer/index.htm":
case "/eco/product/label/fax/":
case "/eco/product/label/fax/index.htm":
case "/eco/product/label/ptouch/":
case "/eco/product/label/ptouch/index.htm":
case "/eco/product/label/hsm/":
case "/eco/product/label/hsm/index.htm":
case "/eco/product/label/ism/":
case "/eco/product/label/ism/index.htm":
case "/eco/product/label/machine/":
case "/eco/product/label/machine/index.htm":
pageID = new Array(3,8,4);
break;

// ▼環境への取り組み > CSR PDFダウンロード
//case "/csr/download/index.htm":
//pageID = new Array(3,9);
//break;

// ▼環境への取り組み > CSR 第三者意見
//case "/csr/brothergroup/thirdparty/index.htm":
//pageID = new Array(3,10);
//break;

// ▼環境への取り組み > GRIガイドライン対照表
//case "/csr/gri/index.htm":
//pageID = new Array(3,11);
//break;

// ▼環境への取り組み > 新着情報一覧
case "/eco/backnumber/":
case "/eco/backnumber/index.htm":
pageID = new Array(3,12);
break;


// ▼株主/投資家情報（公開用）
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼株主/投資家情報 > トップメッセージ
case "/investor/topmessage/":
case "/investor/topmessage/index.htm":
pageID = new Array(4,1);
break;

// ▼株主/投資家情報 > 個人投資家の皆様へ
case "/investor/individual/":
case "/investor/individual/index.htm":
pageID = new Array(4,2);
break;

// ▼株主/投資家情報 > 決算情報
case "/investor/accounts/":
case "/investor/accounts/index.htm":
case "/investor/accounts/2007/":
case "/investor/accounts/2007/index.htm":
case "/investor/accounts/2008/":
case "/investor/accounts/2008/index.htm":
case "/investor/accounts/2009/":
case "/investor/accounts/2009/index.htm":
case "/investor/accounts/2010/":
case "/investor/accounts/2010/index.htm":
pageID = new Array(4,3);
break;

// ▼株主/投資家情報 > 財務ハイライト
case "/investor/financial/":
case "/investor/financial/index.htm":
pageID = new Array(4,4);
break;

// ▼株主/投資家情報 > 財務ハイライト > 業績推移
case "/investor/financial/results/":
case "/investor/financial/results/index.htm":
case "/product/abstest/investor/content_sample/index.htm":
pageID = new Array(4,4,1);
break;

// ▼株主/投資家情報 > 財務ハイライト > 売上高構成比
case "/investor/financial/ratio/":
case "/investor/financial/ratio/index.htm":
pageID = new Array(4,4,2);
break;

// ▼株主/投資家情報 > 財務ハイライト > 収益性指標
case "/investor/financial/profitability/":
case "/investor/financial/profitability/index.htm":
pageID = new Array(4,4,3);
break;

// ▼株主/投資家情報 > 財務ハイライト > 安全性指標
case "/investor/financial/stability/":
case "/investor/financial/stability/index.htm":
pageID = new Array(4,4,4);
break;

// ▼株主/投資家情報 > 財務ハイライト > 1株当たり指標
case "/investor/financial/indicator/":
case "/investor/financial/indicator/index.htm":
pageID = new Array(4,4,5);
break;

// ▼株主/投資家情報 > 財務ハイライト > 設備投資額
case "/investor/financial/capex/":
case "/investor/financial/capex/index.htm":
pageID = new Array(4,4,6);
break;

// ▼株主/投資家情報 > 財務ハイライト > 研究開発費
case "/investor/financial/randd/":
case "/investor/financial/randd/index.htm":
pageID = new Array(4,4,7);
break;

// ▼株主/投資家情報 > 財務ハイライト > 財務諸表ダウンロード
case "/investor/financial/download/":
case "/investor/financial/download/index.htm":
pageID = new Array(4,4,8);
break;

// ▼株主/投資家情報 > IR資料室（報告書など）
case "/investor/business/":
case "/investor/business/index.htm":
pageID = new Array(4,5);
break;

// ▼株主/投資家情報 > IR資料室（報告書など） > 株主通信
case "/investor/business/j-report/":
case "/investor/business/j-report/index.htm":
case "/investor/business/j-report/2007/":
case "/investor/business/j-report/2007/index.htm":
case "/investor/business/j-report/2008/":
case "/investor/business/j-report/2008/index.htm":
case "/investor/business/j-report/2009/":
case "/investor/business/j-report/2009/index.htm":
case "/investor/business/j-report/2010/":
case "/investor/business/j-report/2010/index.htm":
pageID = new Array(4,5,1);
break;

// ▼株主/投資家情報 > IR資料室（報告書など） > アニュアルレポート
case "/investor/business/e-report/":
case "/investor/business/e-report/index.htm":
case "/investor/business/e-report/2006/":
case "/investor/business/e-report/2006/index.htm":
case "/investor/business/e-report/2007/":
case "/investor/business/e-report/2007/index.htm":
case "/investor/business/e-report/2008/":
case "/investor/business/e-report/2008/index.htm":
case "/investor/business/e-report/2009/":
case "/investor/business/e-report/2009/index.htm":
pageID = new Array(4,5,2);
break;

// ▼株主/投資家情報 > IR資料室（報告書など） > 有価証券報告書
case "/investor/business/yuho/":
case "/investor/business/yuho/index.htm":
case "/investor/business/yuho/2007/":
case "/investor/business/yuho/2007/index.htm":
case "/investor/business/yuho/2008/":
case "/investor/business/yuho/2008/index.htm":
case "/investor/business/yuho/2009/":
case "/investor/business/yuho/2009/index.htm":
case "/investor/business/yuho/2010/":
case "/investor/business/yuho/2010/index.htm":
pageID = new Array(4,5,3);
break;

// ▼株主/投資家情報 > 株主総会
case "/investor/meeting/":
case "/investor/meeting/index.htm":
pageID = new Array(4,6);
break;

// ▼株主/投資家情報 > 株式・社債情報
case "/investor/memo/":
case "/investor/memo/index.htm":
pageID = new Array(4,7,1);
break;

// ▼株主/投資家情報 > 株式・社債情報 > 株価情報
case "/investor/memo/price/":
case "/investor/memo/price/index.htm":
pageID = new Array(4,7,1);
break;

// ▼株主/投資家情報 > 株式・社債情報 > 株主メモ
case "/investor/memo/memo/":
case "/investor/memo/memo/index.htm":
pageID = new Array(4,7,2);
break;

// ▼株主/投資家情報 > 株式・社債情報 > 株主構成／大株主
case "/investor/memo/ratio/":
case "/investor/memo/ratio/index.htm":
pageID = new Array(4,7,3);
break;

// ▼株主/投資家情報 > 株式・社債情報 > 配当金
case "/investor/memo/dividend/":
case "/investor/memo/dividend/index.htm":
pageID = new Array(4,7,4);
break;

// ▼株主/投資家情報 > 株式・社債情報 > 定款・株式取扱規則
case "/investor/memo/teikan/":
case "/investor/memo/teikan/index.htm":
pageID = new Array(4,7,5);
break;

// ▼株主/投資家情報 > 株式・社債情報 > 株式諸手続
case "/investor/memo/procedure/":
case "/investor/memo/procedure/index.htm":
pageID = new Array(4,7,6);
break;

// ▼株主/投資家情報 > 株式・社債情報 > 社債／格付情報
case "/investor/memo/bond/":
case "/investor/memo/bond/index.htm":
pageID = new Array(4,7,7);
break;

// ▼株主/投資家情報 > IRスケジュール
case "/investor/schedule/":
case "/investor/schedule/index.htm":
pageID = new Array(4,8);
break;

// ▼株主/投資家情報 > 法定公告
case "/investor/koukoku/":
case "/investor/koukoku/index.htm":
pageID = new Array(4,9);
break;

// ▼株主/投資家情報 > 投資家情報に関するお問い合わせ
case "/investor/contact/":
case "/investor/contact/index.htm":
pageID = new Array(4,10,1);
break;

// ▼株主/投資家情報 > 大規模買付への対応方針
case "/investor/policy/":
case "/investor/policy/index.htm":
pageID = new Array(4,10,2);
break;

// ▼株主/投資家情報 > よくあるご質問
case "/investor/faq/":
case "/investor/faq/index.htm":
pageID = new Array(4,10,3);
break;

// ▼株主/投資家情報 > IRニュース／2011年
case "/investor/news/":
case "/investor/news/index.htm":
pageID = new Array(4,11);
break;

// ▼株主/投資家情報 > IRニュース／2011年
case "/investor/news/news_2011/":
case "/investor/news/news_2011/index.htm":
pageID = new Array(4,12);
break;

// ▼株主/投資家情報 > IRニュース／2010年
case "/investor/news/news_2010/":
case "/investor/news/news_2010/index.htm":
pageID = new Array(4,13);
break;

// ▼株主/投資家情報 > IRニュース／2009年
case "/investor/news/news_2009/":
case "/investor/news/news_2009/index.htm":
pageID = new Array(4,14);
break;

// ▼株主/投資家情報 > IRニュース／2008年
case "/investor/news/news_2008/":
case "/investor/news/news_2008/index.htm":
pageID = new Array(4,15);
break;



// ▼ニュースリリースは最後に設定
/////////////////////////////////////////////////////////////////////////////////////////////


// ▼採用情報
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼採用情報 > 新卒採用トップ
//case "/r/fresh/":
//case "/r/fresh/index.htm":
//pageID = new Array(6,1);
//break;

// ▼採用情報 > 新卒採用 > 採用担当者よりメッセージ 
//case "/r/fresh/person/":
//case "/r/fresh/person/index.htm":
//case "/product/abstest/r/content_sample/index.htm":
//pageID = new Array(6,1,1);
//break;

// ▼採用情報 > 新卒採用 > 社員紹介 
//case "/r/fresh/staff/":
//case "/r/fresh/staff/index.htm":
//pageID = new Array(6,1,2);
//break;

// ▼採用情報 > 新卒採用 > 社員紹介 > 社員紹介[技術系] 
//case "/r/fresh/staff/":
//case "/r/fresh/staff/index.htm":
//case "/r/fresh/staff/science01/":
//case "/r/fresh/staff/science01/index.htm":
//case "/r/fresh/staff/science02/":
//case "/r/fresh/staff/science02/index.htm":
//case "/r/fresh/staff/science03/":
//case "/r/fresh/staff/science03/index.htm":
//pageID = new Array(6,1,2,1);
//break;

// ▼採用情報 > 新卒採用 > 社員紹介 > 社員紹介[事務系] 
//case "/r/fresh/staff/":
//case "/r/fresh/staff/index.htm":
//case "/r/fresh/staff/humanities01/":
//case "/r/fresh/staff/humanities01/index.htm":
//case "/r/fresh/staff/humanities02/":
//case "/r/fresh/staff/humanities02/index.htm":
//case "/r/fresh/staff/humanities03/":
//case "/r/fresh/staff/humanities03/index.htm":
//pageID = new Array(6,1,2,2);
//break;

// ▼採用情報 > 新卒採用 > 技術レポート
//case "/r/fresh/projects/":
//case "/r/fresh/projects/index.htm":
//pageID = new Array(6,1,3);
//break;

// ▼採用情報 > 新卒採用 > 内定者紹介
//case "/r/fresh/appointee/":
//case "/r/fresh/appointee/index.htm":
//case "/r/fresh/appointee/science01/":
//case "/r/fresh/appointee/science01/index.htm":
//case "/r/fresh/appointee/humanities01/":
//case "/r/fresh/appointee/humanities01/index.htm":
//case "/r/fresh/appointee/science02/":
//case "/r/fresh/appointee/science02/index.htm":
//case "/r/fresh/appointee/humanities02/":
//case "/r/fresh/appointee/humanities02/index.htm":
//pageID = new Array(6,1,4);
//break;

// ▼採用情報 > 新卒採用 > 留学生採用 
//case "/r/fresh/foreign/":
//case "/r/fresh/foreign/index.htm":
//case "/r/fresh/foreign/person01/":
//case "/r/fresh/foreign/person01/index.htm":
//case "/r/fresh/foreign/person02/":
//case "/r/fresh/foreign/person02/index.htm":
//pageID = new Array(6,1,5);
//break;


// ▼採用情報 > 新卒採用 > 募集要項 
//case "/r/fresh/bosyu/":
//case "/r/fresh/bosyu/index.htm":
//pageID = new Array(6,1,6);
//break;

// ▼採用情報 > 新卒採用 > FAQ よくあるご質問
//case "/r/fresh/faq/":
//case "/r/fresh/faq/index.htm":
//case "/r/fresh/faq/fukuri/":
//case "/r/fresh/faq/fukuri/index.htm":
//case "/r/fresh/faq/jinzai/":
//case "/r/fresh/faq/jinzai/index.htm":
//pageID = new Array(6,1,7);
//break;

// ▼採用情報 > キャリア採用
case "/r/career/":
case "/r/career/index.htm":
case "/r/career/ms_nc/":
case "/r/career/ms_nc/index.htm":
case "/r/career/ms_printer01/":
case "/r/career/ms_printer01/index.htm":
case "/r/career/ms_printer02/":
case "/r/career/ms_printer02/index.htm":
case "/r/career/office01/":
case "/r/career/office01/index.htm":
case "/r/career/ds_ui/":
case "/r/career/ds_ui/index.htm":
pageID = new Array(6,2);
break;

// ▼採用情報 > 障がい者採用
case "/r/welfare/":
case "/r/welfare/index.htm":
pageID = new Array(6,3);
break;

// ▼採用情報 > グローバル採用
case "/r/global/":
case "/r/global/index.htm":
pageID = new Array(6,4);
break;

// ▼採用情報 > ブラザー販売株式会社 > 新卒採用
case "/bsl/saiyo/":
case "/bsl/saiyo/index.htm":
pageID = new Array(6,6);
break;



// ▼ブラザー販売株式会社 企業情報
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼ブラザー販売株式会社 企業情報 > 社長から皆様へ
case "/bsl/message/":
case "/bsl/message/index.htm":
case "/product/abstest/bsl/content_sample/index.htm":
pageID = new Array(7,1);
break;

// ▼ブラザー販売株式会社 企業情報 > 会社概要
case "/bsl/gaiyo/":
case "/bsl/gaiyo/index.htm":
pageID = new Array(7,2);
break;

// ▼ブラザー販売株式会社 企業情報 > 経営理念
case "/bsl/rinen/":
case "/bsl/rinen/index.htm":
pageID = new Array(7,3);
break;

// ▼ブラザー販売株式会社 企業情報 > 事業所
case "/bsl/jigyosho/":
case "/bsl/jigyosho/index.htm":
pageID = new Array(7,4);
break;

// ▼ブラザー販売株式会社 企業情報 > 事業内容
case "/bsl/jigyo/":
case "/bsl/jigyo/index.htm":
pageID = new Array(7,5);
break;

// ▼ブラザー販売株式会社 企業情報 > 会社の沿革
case "/bsl/enkaku/":
case "/bsl/enkaku/index.htm":
pageID = new Array(7,6);
break;

//下記閉じ};消すの厳禁。
};
//



// ★前段★ページIDの指定(ニュースリリース用)
//　/news/200*/ディレクトリ格納ファイルすべてに同一のページIDをふります。
//　ニュースリリースページを追加する場合は必ず/news/2006/などのディレクトリに格納してください。
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////

var path2 = path.slice(0,11);
//var path2 = path.slice(0,37); //ABS debug
switch(path2){

// ▼ニュースリリース
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼ニュースリリース > 最新情報 > 2012
case "/news/2012/":
pageID = new Array(5,1,1);
break;

// ▼ニュースリリース > 最新情報 > 2011
case "/news/2011/":
pageID = new Array(5,1,2);
break;

// ▼ニュースリリース > 最新情報 > 2010
case "/news/2010/":
pageID = new Array(5,1,3);
break;

// ▼ニュースリリース > 最新情報 > 2009
case "/news/2009/":
pageID = new Array(5,1,4);
break;

// ▼ニュースリリース > 最新情報 > 2008
case "/news/2008/":
pageID = new Array(5,1,5);
break;


//下記Newsの閉じ};消すの厳禁。
};
//


// ★後段★ここからメニューのリンク設定。
// リンク設定記述の上から順にメニューが表示されます。
// 左側の連番がページIDになります。
// 左側の連番の数字を「0」にすると右メニュー表示がされなくなります。
// URL記述の前に「+」を記述すると別ウインドウで開きます。
// URL記述の前に「*」を記述するとその項目はメニューヘッダになります（ex.採用情報）。
//
//　●補足メニューのための追加設定●
// URL記述を「#」にするとリンクが行われなくなります。（ex.投資家情報）
// リンク文言を「$」にすると文言が入らなくなります。
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////

var rNavi = new Array();

// ▼ライトナビ
rNavi["rn"] = new Array(
1,"/corporate/index.htm","ブラザーグループ概要","",
2,"/csr/index.htm","CSRの取り組み","",
3,"/eco/index.htm","環境への取り組み","",
4,"/investor/index.htm","株主/投資家の皆様へ","",
5,"/news/releasetop/index.htm","ニュースリリース","",
6,"/r/index.htm","ブラザー工業株式会社 採用情報","",
7,"/bsl/index.htm","ブラザー販売株式会社 企業情報","",
"");


// ▼ブラザーグループ概要
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼ブラザーグループ概要
rNavi["rn0"] = new Array(
1,"/corporate/bil/index.htm","ブラザー工業株式会社 会社概要",
2,"/corporate/topmessage/index.htm","トップメッセージ",
3,"/corporate/socienvi/index.htm","ブラザーグループ グローバル憲章",
4,"/corporate/gv21/index.htm","中長期ビジョン＜GV21＞",
5,"/corporate/bvcm/index.htm","マネジメントシステム&lt;BVCM&gt;",
6,"/corporate/safety/index.htm","製品安全に関する基本方針",
7,"/corporate/company/index.htm","事業紹介",
8,"/corporate/gnetwork/index.htm","グループ拠点一覧",
9,"/corporate/history/index.htm","ブラザーの歴史",
10,"/corporate/pdf/index.htm","会社案内PDFダウンロード",
11,"/corporate/cm/index.htm","企業CM",
12,"#","$",
"");


// ▼ブラザーグループ概要 > 中長期ビジョン＜GV21＞
rNavi["rn0-3"] = new Array(
1,"/corporate/gv21/csb2015/index.htm","中期戦略　<br>＜CS B2015＞",
"");

// ▼ブラザーグループ概要 > マネジメントシステム&lt;BVCM&gt;
rNavi["rn0-4"] = new Array(
1,"/corporate/bvcm/customer/index.htm","お客様",
2,"/corporate/bvcm/demmand/index.htm","デマンドチェーン",
3,"/corporate/bvcm/concurrent/index.htm","コンカレントチェーン",
4,"/corporate/bvcm/supply/index.htm","サプライチェーン",
"");

// ▼ブラザーグループ概要 > 事業紹介
rNavi["rn0-6"] = new Array(
1,"/corporate/company/pands/index.htm","プリンティング・アンド・ソリューションズ事業",
2,"/corporate/company/pandh/index.htm","パーソナル・アンド・ホーム事業",
3,"/corporate/company/mands/index.htm","マシナリー・アンド・ソリューション事業",
4,"/corporate/company/nandc/index.htm","ネットワーク・アンド・コンテンツ事業",
5,"/corporate/company/new/index.htm","新規事業",
"");

// ▼ブラザーグループ概要 > グループ拠点一覧
rNavi["rn0-7"] = new Array(
1,"/corporate/gnetwork/japan/index.htm","主な国内拠点",
2,"/corporate/gnetwork/america/index.htm","南北アメリカ",
3,"/corporate/gnetwork/europe/index.htm","ヨーロッパ・アフリカ・中近東",
4,"/corporate/gnetwork/asia/index.htm","アジア・オセアニア",
"");


// ▼ブラザーグループ概要 > ブラザーの歴史
rNavi["rn0-8"] = new Array(
1,"/corporate/history/techno/index.htm","テクノパノラマ",
"");

// ▼ブラザーグループ概要 > 会社案内PDFダウンロード
rNavi["rn0-9"] = new Array(
1,"/corporate/pdf/download/index.htm","目次別ダウンロード",
"");

// ▼関連リンク
rNavi["rn0-11"] = new Array(
1,"/bsl/index.htm","ブラザー販売企業情報",
2,"/corporate/gnetwork/japan/index.htm#domestic","国内グループ会社",
"");


// ▼CSRの取り組み
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼CSRの取り組み
rNavi["rn1"] = new Array(
1,"/csr/brothergroup/talk/index.htm","対談",
2,"/csr/special1/index.htm","特集",
3,"/csr/brothergroup/index.htm","ブラザーグループのCSR",
4,"/csr/customer/index.htm","お客様とともに",
5,"/csr/employee/index.htm","従業員とともに",
6,"/csr/partner/index.htm","ビジネスパートナーとともに",
7,"/csr/shareholder/index.htm","株主とともに",
8,"/csr/society/index.htm","地域社会とともに",
9,"/csr/download/index.htm","CSR報告書PDFダウンロード",
10,"/csr/gri/index.htm","GRIガイドライン対照表",
"");

// ▼CSRの取り組み > ブラザーグループのCSR
rNavi["rn1-2"] = new Array(
1,"/csr/brothergroup/management/index.htm","ブラザーグループのCSR経営",
2,"/csr/brothergroup/psr/index.htm","ブラザーグループ社会的責任に関する基本原則",
3,"/csr/brothergroup/governance/index.htm","コーポレートガバナンス",
4,"/csr/brothergroup/control/index.htm","内部統制",
5,"/csr/brothergroup/compliance/index.htm","コンプライアンス",
6,"/csr/brothergroup/security/index.htm","情報セキュリティー",
7,"/csr/brothergroup/target/index.htm","各地域のCSR課題",
8,"/csr/brothergroup/global/index.htm","CSR・ブランド戦略",
9,"/csr/brothergroup/thirdparty/index.htm","第三者意見",
"");

// ▼CSRの取り組み > お客様とともに
rNavi["rn1-3"] = new Array(
1,"/csr/customer/dialogue/index.htm","お客様第一の製品開発",
2,"/csr/customer/friendly/index.htm","安全・安心な製品設計",
3,"/csr/customer/satisfaction/index.htm","お客様ご迷惑率の低減",
4,"/csr/customer/support/index.htm","物流・販売・サービス体制",
"");

// ▼CSRの取り組み > 従業員とともに
rNavi["rn1-4"] = new Array(
1,"/csr/employee/basic/index.htm","多様な人財の確保",
2,"/csr/employee/diversified/index.htm","多様な働き方の支援",
3,"/csr/employee/local/index.htm","各地域での人財育成",
4,"/csr/employee/selffulfillment/index.htm","グローバル人財育成",
5,"/csr/employee/workplace/index.htm","労働安全衛生",
6,"/csr/employee/charter/index.htm","グローバル憲章の共有",
7,"/csr/employee/activation/index.htm","従業員の「誇り度」向上推進",
"");

// ▼CSRの取り組み > ビジネスパートナーとともに
rNavi["rn1-5"] = new Array(
1,"/csr/partner/purchase/index.htm","CSR調達の推進",
2,"/csr/partner/supplier/index.htm","お取引先の声",
"");

// ▼CSRの取り組み > 株主とともに
rNavi["rn1-6"] = new Array(
1,"/csr/shareholder/communication/index.htm","IRコミュニケーション",
2,"/csr/shareholder/evaluation/index.htm","外部からの評価",
"");

// ▼CSRの取り組み > 社会とともに
rNavi["rn1-7"] = new Array(
1,"/csr/society/groupwide/index.htm","グローバルな社会貢献活動",
2,"/csr/society/japan/index.htm","日本での社会貢献活動",
3,"/csr/society/america/index.htm","米州での社会貢献活動",
4,"/csr/society/europe/index.htm","欧州での社会貢献活動",
5,"/csr/society/asia/index.htm","アジア・オセアニアでの社会貢献活動",
6,"/csr/society/china/index.htm","中国での社会貢献活動",
"");

// ▼CSRの取り組み > CSR報告書PDFダウンロード
rNavi["rn1-8"] = new Array(
1,"/csr/download/report/index.htm","目次別ダウンロード(CSR)",
2,"/csr/download/eco_report/index.htm","目次別ダウンロード(環境)",
3,"/csr/download/report/archive/index.htm","目次別ダウンロード(2010年版 CSR)",
4,"/csr/download/eco_report/archive/index.htm","目次別ダウンロード(2010年版 環境)",
"");


// ▼環境への取り組み
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼環境への取り組み
rNavi["rn2"] = new Array(
1,"/eco/topmessage/index.htm","トップメッセージ（環境）",
2,"/eco/warming/index.htm","地球温暖化防止への取り組み",
3,"/eco/recycling/index.htm","循環型社会形成への取り組み",
4,"/eco/biodiversity/index.htm","生物多様性保全への取り組み",
5,"/eco/communication/index.htm","環境コミュニケーション",
6,"/eco/management/index.htm","環境マネジメント",
7,"/eco/factory/index.htm","事業活動における取り組み",
8,"/eco/product/index.htm","製品における取り組み",
9,"/csr/download/index.htm","CSR PDFダウンロード",
10,"/csr/brothergroup/thirdparty/index.htm","CSR 第三者意見",
11,"/csr/gri/index.htm","GRIガイドライン対照表",
"");


// ▼環境への取り組み > 環境マネジメント
rNavi["rn2-5"] = new Array(
1,"/eco/management/index.htm","環境先進企業を目指して",
2,"/eco/management/awareness/index.htm","環境への認識",
3,"/eco/management/policy/index.htm","環境方針",
4,"/eco/management/organization/index.htm","推進体制",
5,"/eco/management/action_guidance/index.htm","行動指針に基づく環境活動",
6,"/eco/management/action_plan/index.htm","中期環境行動計画",
7,"/eco/management/5r_award/index.htm","環境表彰制度",
"");

// ▼環境への取り組み > 事業活動における取り組み
rNavi["rn2-6"] = new Array(
1,"/eco/factory/index.htm","マテリアルバランス",
2,"/eco/factory/warming/index.htm","CO2排出削減活動",
3,"/eco/factory/waste/index.htm","ごみゼロ活動",
4,"/eco/factory/water/index.htm","水利用量削減",
5,"/eco/factory/pollution/index.htm","汚染予防",
6,"/eco/factory/accounting/index.htm","環境会計",
7,"/eco/factory/iso14001/index.htm","ISO14001認証取得拠点一覧",
8,"/eco/factory/history/index.htm","環境活動のあゆみ",
"");

// ▼環境への取り組み > 製品における取り組み
rNavi["rn2-7"] = new Array(
1,"/eco/product/index.htm","製品の環境負荷削減への考え方",
2,"/eco/product/regulation/index.htm","製品における環境法規制対応",
3,"/eco/product/lifestage/index.htm","製品のライフサイクルにおける環境配慮",
4,"/eco/product/label/index.htm","環境ラベル等取得製品",
"");



// ▼株主/投資家情報（公開用）
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼株主/投資家情報
rNavi["rn3"] = new Array(
1,"/investor/topmessage/index.htm","トップメッセージ",
2,"/investor/individual/index.htm","個人投資家の皆様へ",
3,"/investor/accounts/index.htm","決算情報",
4,"/investor/financial/index.htm","財務ハイライト",
5,"/investor/business/index.htm","IR資料室（報告書など）",
6,"/investor/meeting/index.htm","株主総会",
7,"/investor/memo/index.htm","株式・社債情報",
8,"/investor/schedule/index.htm","IRスケジュール",
9,"/investor/koukoku/index.htm","法定公告",
10,"#","$",
11,"#","$",
"");

// ▼株主/投資家情報 > 財務ハイライト
rNavi["rn3-3"] = new Array(
1,"/investor/financial/results/index.htm","業績推移",
2,"/investor/financial/ratio/index.htm","売上高構成比",
3,"/investor/financial/profitability/index.htm","収益性指標",
4,"/investor/financial/stability/index.htm","安全性指標",
5,"/investor/financial/indicator/index.htm","1株当たり指標",
6,"/investor/financial/capex/index.htm","設備投資額",
7,"/investor/financial/randd/index.htm","研究開発費",
8,"/investor/financial/download/index.htm","財務諸表ダウンロード",
"");

// ▼株主/投資家情報 > IR資料室（報告書など）
rNavi["rn3-4"] = new Array(
1,"/investor/business/j-report/index.htm","株主通信",
2,"/investor/business/e-report/index.htm","アニュアルレポート",
3,"/investor/business/yuho/index.htm","有価証券報告書",
"");

// ▼株主/投資家情報 > 株式・社債情報
rNavi["rn3-6"] = new Array(
1,"/investor/memo/price/index.htm","株価情報",
2,"/investor/memo/memo/index.htm","株主メモ",
3,"/investor/memo/ratio/index.htm","株主構成／大株主",
4,"/investor/memo/dividend/index.htm","配当金",
5,"/investor/memo/teikan/index.htm","定款・株式取扱規則",
6,"/investor/memo/procedure/index.htm","株式諸手続",
7,"/investor/memo/bond/index.htm","社債／格付情報",
"");

// ▼株主/投資家情報 > お問合せ
rNavi["rn3-9"] = new Array(
1,"/investor/contact/index.htm","投資家情報に関するお問い合わせ",
2,"/investor/policy/index.htm","大規模買付への対応方針",
3,"/investor/faq/index.htm","よくあるご質問",
4,"+/copyright/index.htm#cautionary","見通しに関する注意事項",
"");

// ▼株主/投資家情報 > 関連リンク
rNavi["rn3-10"] = new Array(
1,"/aboutbrother/index.htm","ブラザーグループについて",
2,"/corporate/gnetwork/japan/index.htm","国内グループ会社サイト",
3,"+http://www.brother.com/en/investor/","English/Investor Information",
"");



// ▼ニュースリリース
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼ニュースリリース
rNavi["rn4"] = new Array(
1,"/news/releasetop/index.htm","最新情報",
2,"#","$",
//2,"+/copyright/index.htm#cautionary","見通しに関する注意事項",
"");

// ▼ニュースリリース > 最新情報
rNavi["rn4-0"] = new Array(
1,"/news/2012/index.htm","2012年ニュースリリース一覧",
2,"/news/2011/index.htm","2011年",
3,"/news/2010/index.htm","2010年",
4,"/news/2009/index.htm","2009年",
5,"/news/2008/index.htm","2008年",

"");

// ▼見通しに関する注意事項 > 関連リンク
rNavi["rn4-1"] = new Array(
1,"+/copyright/index.htm#cautionary","見通しに関する注意事項",
"");

// ▼採用情報
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼採用情報
rNavi["rn5"] = new Array(
1,"https://r-ship2.jp/2013/brother/index/","新卒採用",
2,"/r/career/index.htm","キャリア採用",
3,"/r/welfare/index.htm","障がい者採用",
4,"/r/global/index.htm","グローバル採用",
5,"*/r/index.htm","ブラザー販売株式会社 採用情報",
6,"/bsl/saiyo/index.htm","新卒採用",
"");


// ▼採用情報 > 新卒採用
//rNavi["rn5-0"] = new Array(
//1,"/r/fresh/person/index.htm","採用担当者よりメッセージ",
//2,"/r/fresh/staff/index.htm","社員紹介",
//3,"/r/fresh/projects/index.htm","技術レポート",
//4,"/r/fresh/appointee/index.htm","内定者紹介",
//5,"/r/fresh/foreign/index.htm","留学生採用",
//6,"/r/fresh/bosyu/index.htm","募集要項",
//7,"/r/fresh/faq/index.htm","FAQ よくあるご質問",
//8,"+http://www3.ibac.co.jp/es2012s/2313003/entry/kiyaku.html","エントリー",
//"");

// ▼採用情報 > 新卒採用 > 社員紹介
//rNavi["rn5-0-1"] = new Array(
//1,"/r/fresh/staff/index.htm#01","社員紹介[技術系]",
//2,"/r/fresh/staff/index.htm#02","社員紹介[事務系]",
//"");

// ▼採用情報 > キャリア採用
//rNavi["rn5-1"] = new Array(
//1,"http://career.brother.co.jp/detail/index.html","募集要項",
//2,"+https://progres03.jposting.net/pgbrother/u/job.phtml","募集職種",
//3,"http://career.brother.co.jp/interview/index.html","社員紹介",
//4,"http://career.brother.co.jp/message/index.html","転職者の声",
//5,"http://career.brother.co.jp/faq/index.html","FAQ",
//6,"http://career.brother.co.jp/entry/index.html","エントリー",
//"");


// ▼ブラザー販売株式会社 企業情報
/////////////////////////////////////////////////////////////////////////////////////////////
// ▼ブラザー販売株式会社 企業情報
rNavi["rn6"] = new Array(
1,"/bsl/message/index.htm","社長から皆様へ",
2,"/bsl/gaiyo/index.htm","会社概要",
3,"/bsl/rinen/index.htm","経営理念",
4,"/bsl/jigyosho/index.htm","事業所",
5,"/bsl/jigyo/index.htm","事業内容",
6,"/bsl/enkaku/index.htm","会社の沿革",
"");


