﻿//※このjsファイルはナビメニュー内容を設定するファイルです。
//2部構成になっており、前段はナビを表示させる場合に設定します。
//ページのURLとpageIDを正しく設定しないとエラーが出ますので注意してください。
//後段はナビに表示させるメニュー内容を設定します。

//add abs 2008/3
//
// ▼pageIDの指定
var pageID = new Array();

var path = window.location.pathname;
switch(path){
/////////////////////////////////////////////////////////////////////////////////////////////
//
// ★前段★ページIDの指定
//
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼Corporate Information
/////////////////////////////////////////////////////////////////////////////////////////////


// ▼Corporate Information > Profilo Aziendale
case "/corporate/it/profile/":
case "/corporate/it/profile/index.html":
pageID = new Array(1,1);
break;

// ▼Corporate Information > Messaggio dalla Direzione Aziendale
case "/corporate/it/message/":
case "/corporate/it/message/index.html":
pageID = new Array(1,2);
break;

// ▼Corporate Information > Statuto Globale del Gruppo Brother
case "/corporate/it/principle/":
case "/corporate/it/principle/index.html":
pageID = new Array(1,3);
break;

// ▼Corporate Information > &quot;Global Vision 21&quot; - Corporate Vision a medio e lungo termine
case "/corporate/it/vision/":
case "/corporate/it/vision/index.html":
pageID = new Array(1,4);
break;

// ▼Corporate Information > Strategia di mercato a medio termine (CS B2012)
case "/corporate/it/vision/csb/":
case "/corporate/it/vision/csb/index.html":
pageID = new Array(1,4,1);
break;

// ▼Corporate Information > Brother Value Chain Management = Sistema gestionale Brother BVCM
case "/corporate/it/system/":
case "/corporate/it/system/index.html":
pageID = new Array(1,5);
break;

// ▼Corporate Information > Segmenti di mercato
case "/corporate/it/segment/":
case "/corporate/it/segment/index.html":
pageID = new Array(1,6);
break;

// ▼Corporate Information > Rete globale (Solo Inglese)
case "/en/corporate/network/":
case "/en/corporate/network/index.htm":
pageID = new Array(1,7);
break;

// ▼Corporate Information > Storia dell'Azienda
case "/corporate/it/history/":
case "/corporate/it/history/index.html":
pageID = new Array(1,8);
break;


//下記閉じ};消すの厳禁。
};
//


// ▼ナビ
var rNavi = new Array();
/////////////////////////////////////////////////////////////////////////////////////////////
//
// ★後段★ここからメニューのリンク設定。
// リンク設定記述の上から順にメニューが表示されます。
// 左側の連番がページIDになります。
// 左側の連番の数字を「0」にすると右メニュー表示がされなくなります。
// URL記述の前に「+」を記述すると別ウインドウで開きます。
//
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼Corporate Information
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼Corporate Information
rNavi["rn0"] = new Array(
1,"/corporate/it/profile/index.html","Profilo Aziendale",
2,"/corporate/it/message/index.html","Messaggio dalla Direzione Aziendale",
3,"/corporate/it/principle/index.html","Statuto Globale del Gruppo Brother",
4,"/corporate/it/vision/index.html","&quot;Global Vision 21&quot; - Corporate Vision a medio e lungo termine",
5,"/corporate/it/system/index.html","Brother Value Chain Management = Sistema gestionale Brother BVCM",
6,"/corporate/it/segment/index.html","Segmenti di mercato",
7,"/en/corporate/network/index.htm","Rete globale (Solo Inglese)",
8,"/corporate/it/history/index.html","Storia dell'Azienda",
"");

	// ▼Corporate Information > Vision Globale 21 - Vision d'Entreprise à moyen et long terme
	//rNavi["rn0-3"] = new Array(
	//1,"/corporate/it/vision/csb/index.html","Strategia di mercato a medio termine (CS B2012)",
	//"");