﻿//※この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 > Unternehmensprofil
case "/corporate/de/profile/":
case "/corporate/de/profile/index.html":
pageID = new Array(1,1);
break;

// ▼Corporate Information > Erklärung des Managements
case "/corporate/de/message/":
case "/corporate/de/message/index.html":
pageID = new Array(1,2);
break;

// ▼Corporate Information > Globale Charta der Brother Gruppe
case "/corporate/de/principle/":
case "/corporate/de/principle/index.html":
pageID = new Array(1,3);
break;

// ▼Corporate Information > „Globale Vision 21&quot; - Mittelfristige und langfristige Unternehmensvision
case "/corporate/de/vision/":
case "/corporate/de/vision/index.html":
pageID = new Array(1,4);
break;

// ▼Corporate Information > Mittelfristige Geschäftsstrategie (CS B2012) 
case "/corporate/de/vision/csb/":
case "/corporate/de/vision/csb/index.html":
pageID = new Array(1,4,1);
break;

// ▼Corporate Information > Management der Brother Wertkette
case "/corporate/de/system/":
case "/corporate/de/system/index.html":
pageID = new Array(1,5);
break;

// ▼Corporate Information > Geschäftssegmente
case "/corporate/de/segment/":
case "/corporate/de/segment/index.html":
pageID = new Array(1,6);
break;

// ▼Corporate Information > Global Network (nur Englisch)
case "/corporate/en/network/":
case "/corporate/en/network/index.html":
pageID = new Array(1,7);
break;

// ▼Corporate Information > Unternehmensgeschichte
case "/corporate/de/history/":
case "/corporate/de/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/de/profile/index.html","Unternehmensprofil",
2,"/corporate/de/message/index.html","Erklärung des Managements",
3,"/corporate/de/principle/index.html","Globale Charta der Brother Gruppe",
4,"/corporate/de/vision/index.html","„Globale Vision 21&quot; - Mittelfristige und langfristige Unternehmensvision",
5,"/corporate/de/system/index.html","Management der Brother Wertkette",
6,"/corporate/de/segment/index.html","Geschäftssegmente",
7,"/en/corporate/network/index.htm","Global Network (nur Englisch)",
8,"/corporate/de/history/index.html","Geschichte des Unternehmens",
"");

	// ▼Corporate Information > Vision Globale 21 - Vision d'Entreprise à moyen et long terme
	//rNavi["rn0-3"] = new Array(
	//1,"/corporate/de/vision/csb/index.html","Mittelfristige Geschäftsstrategie (CS B2012) ",
	//"");