﻿//※このjsファイルはナビメニュー内容を設定するファイルです。
//2部構成になっており、前段はナビを表示させる場合に設定します。
//ページのURLとpageIDを正しく設定しないとエラーが出ますので注意してください。
//後段はナビに表示させるメニュー内容を設定します。

//add abs 2008/3
//
// ▼pageIDの指定
var pageID = new Array();

var path = window.location.pathname;
switch(path){
/////////////////////////////////////////////////////////////////////////////////////////////
//
// ★前段★ページIDの指定
//
/////////////////////////////////////////////////////////////////////////////////////////////


// ▼Corporate Information

case "/en/corporate/":
case "/en/corporate/index.htm":
pageID = new Array(1,0);
break;

// ▼Brother's CSR
case "/en/csr/":
case "/en/csr/index.htm":
pageID = new Array(2,0);
break;

// ▼Environmental Effort
case "/en/eco/index.htm":
case "/en/eco/":
pageID = new Array(3,0);
break;

// ▼Investor Information
case "/en/investor/index.htm":
case "/en/investor/":
pageID = new Array(4,0);
break;

// ▼News
case "/en/news/index.htm":
case "/en/news/releasetop/":
pageID = new Array(5,1);
break;




// ▼Corporate Information
/////////////////////////////////////////////////////////////////////////////////////////////


// ▼Corporate Information > Corporate Profile
case "/en/corporate/profile/":
case "/en/corporate/profile/index.htm":
pageID = new Array(1,1);
break;

// ▼Corporate Information > Message From Management
case "/en/corporate/message/":
case "/en/corporate/message/index.htm":
pageID = new Array(1,2);
break;

// ▼Corporate Information > Management Principles
case "/en/corporate/principle/":
case "/en/corporate/principle/index.htm":
pageID = new Array(1,3);
break;

// ▼Corporate Information > Mid-to Long-Term Corporate Vision (GV21)
case "/en/corporate/vision/":
case "/en/corporate/vision/index.htm":
pageID = new Array(1,4);
break;

// ▼Corporate Information > Mid-Term Business Strategy (CS B2012)
case "/en/corporate/vision/csb/":
case "/en/corporate/vision/csb/index.htm":
pageID = new Array(1,4,1);
break;

// ▼Corporate Information > Management System
case "/en/corporate/system/":
case "/en/corporate/system/index.htm":
pageID = new Array(1,5);
break;

// ▼Corporate Information > Management System > Customer
case "/en/corporate/system/customer":
case "/en/corporate/system/customer/index.htm":
pageID = new Array(1,5,1);
break;

// ▼Corporate Information > Management System > Demand Chain
case "/en/corporate/system/demand/":
case "/en/corporate/system/demand/index.htm":
pageID = new Array(1,5,2);
break;

// ▼Corporate Information > Management System > Concurrent Chain
case "/en/corporate/system/concurrent/":
case "/en/corporate/system/concurrent/index.htm":
pageID = new Array(1,5,3);
break;

// ▼Corporate Information > Management System > Supply Chain
case "/en/corporate/system/supply/":
case "/en/corporate/system/supply/index.htm":
pageID = new Array(1,5,4);
break;

// ▼Corporate Information > Basic Product Safety Policies
case "/en/corporate/safety/":
case "/en/corporate/safety/index.htm":
pageID = new Array(1,6);
break;

// ▼Corporate Information > Business Segments
case "/en/corporate/segment/":
case "/en/corporate/segment/index.htm":
pageID = new Array(1,7);
break;

// ▼Corporate Information > Business Segments > Printing Business
case "/en/corporate/segment/psc/":
case "/en/corporate/segment/psc/index.htm":
pageID = new Array(1,7,1);
break;

// ▼Corporate Information > Business Segments > Personal & Home
case "/en/corporate/segment/phc/":
case "/en/corporate/segment/phc/index.htm":
pageID = new Array(1,7,2);
break;

// ▼Corporate Information > Business Segments > Machinery & Solution
case "/en/corporate/segment/msc/":
case "/en/corporate/segment/msc/index.htm":
pageID = new Array(1,7,3);
break;

// ▼Corporate Information > Business Segments > Other Businesses
case "/en/corporate/segment/nan/":
case "/en/corporate/segment/nan/index.htm":
pageID = new Array(1,7,4);
break;

// ▼Corporate Information > Global Network
case "/en/corporate/network/":
case "/en/corporate/network/index.htm":
pageID = new Array(1,8);
break;

// ▼Corporate Information > Global Network > Americas
case "/en/corporate/network/americas/":
case "/en/corporate/network/americas/index.htm":
pageID = new Array(1,8,1);
break;

// ▼Corporate Information > Global Network > Europe / Africa / Middle East
case "/en/corporate/network/europe/":
case "/en/corporate/network/europe/index.htm":
pageID = new Array(1,8,2);
break;

// ▼Corporate Information > Global Network > Asia / Oceania
case "/en/corporate/network/asia/":
case "/en/corporate/network/asia/index.htm":
pageID = new Array(1,8,3);
break;

// ▼Corporate Information > Global Network > A List of Foundation Dates
case "/en/corporate/network/fundation_date/":
case "/en/corporate/network/fundation_date/index.htm":
pageID = new Array(1,8,4);
break;

// ▼Corporate Information > History
case "/en/corporate/history/":
case "/en/corporate/history/index.htm":
pageID = new Array(1,9);
break;

// ▼Corporate Information > History > Technology and Product History
case "/en/corporate/history/technology/":
case "/en/corporate/history/technology/index.htm":
pageID = new Array(1,9,1);
break;

// ▼Corporate Information > Category Site Map
case "/en/corporate/sitemap/":
case "/en/corporate/sitemap/index.htm":
pageID = new Array(1,10);
break;


// ▼Brother's CSR
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼Brother's CSR > Message From Management
case "/en/corporate/message/index.htm":
pageID = new Array(2,1);
break;

// ▼Brother's CSR > Face-to-Face Talk
case "/en/csr/brothergroup/talk/index.htm":
pageID = new Array(2,2);
break;

// ▼Brother's CSR > Brother Group's CSR > Brother's CSR Management
case "/en/csr/brothergroup/index.htm":
pageID = new Array(2,3,1);
break;

// ▼Brother's CSR > Brother Group's CSR > Corporate Governance
case "/en/csr/brothergroup/governance/index.htm":
pageID = new Array(2,3,2);
break;

// ▼Brother's CSR > Brother Group's CSR > Compliance
case "/en/csr/brothergroup/compliance/index.htm":
pageID = new Array(2,3,3);
break;

// ▼Brother's CSR > Brother Group's CSR > CSR Targets by Business/Area
case "/en/csr/brothergroup/target/index.htm":
pageID = new Array(2,3,4);
break;

// ▼Brother's CSR > Brother Group's CSR > CSR Global Management
case "/en/csr/brothergroup/global/index.htm":
pageID = new Array(2,3,5);
break;

// ▼Brother's CSR > Brother Group's CSR > Third-party Opinion
case "/en/csr/brothergroup/thirdparty/index.htm":
pageID = new Array(2,3,6);
break;

// ▼Brother's CSR > With Customers
case "/en/csr/customer/index.htm":
pageID = new Array(2,4);
break;

// ▼Brother's CSR > With Customers > Customer Satisfaction
case "/en/csr/customer/satisfaction/index.htm":
pageID = new Array(2,4,1);
break;

// ▼Brother's CSR > With Customers > Customer-Oriented Products
case "/en/csr/customer/friendly/index.htm":
pageID = new Array(2,4,2);
break;

// ▼Brother's CSR > With Customers > Eco-Friendly Products
case "/en/csr/customer/eco/index.htm":
pageID = new Array(2,4,3);
break;

// ▼Brother's CSR > With Customers > CSR at Factories
case "/en/csr/customer/factory/index.htm":
pageID = new Array(2,4,4);
break;

// ▼Brother's CSR > With Customers > Customer Support
case "/en/csr/customer/support/index.htm":
pageID = new Array(2,4,5);
break;

// ▼Brother's CSR > With Customers > Support from Brother Call Centers
case "/en/csr/customer/dialogue/index.htm":
pageID = new Array(2,4,6);
break;

// ▼Brother's CSR > With Employees
case "/en/csr/employee/index.htm":
pageID = new Array(2,5);
break;

// ▼Brother's CSR > With Employees > Opportunities and Fair Evaluations
case "/en/csr/employee/basic/index.htm":
pageID = new Array(2,5,1);
break;

// ▼Brother's CSR > With Employees > Diversity
case "/en/csr/employee/diversified/index.htm":
pageID = new Array(2,5,2);
break;

// ▼Brother's CSR > With Employees > Human Resource Development
case "/en/csr/employee/selffulfillment/index.htm":
pageID = new Array(2,5,3);
break;

// ▼Brother's CSR > With Employees > Activating the Workforce and Organization
case "/en/csr/employee/activation/index.htm":
pageID = new Array(2,5,4);
break;

// ▼Brother's CSR > With Employees > Workplace Safety
case "/en/csr/employee/workplace/index.htm":
pageID = new Array(2,5,5);
break;

// ▼Brother's CSR > With Shareholders
case "/en/csr/shareholder/index.htm":
pageID = new Array(2,6);
break;

// ▼Brother's CSR > With Shareholders > Profit Allocations
case "/en/investor/stockinformation/dividend/index.htm":
pageID = new Array(2,6,1);
break;

// ▼Brother's CSR > With Shareholders > IR Communication
case "/en/csr/shareholder/communication/index.htm":
pageID = new Array(2,6,2);
break;

// ▼Brother's CSR > With Partners
case "/en/csr/partner/index.htm":
pageID = new Array(2,7);
break;

// ▼Brother's CSR > With Partners > CSR Procurement
case "/en/csr/partner/purchase/index.htm":
pageID = new Array(2,7,1);
break;

// ▼Brother's CSR > With Partners > Cooperation with Partners
case "/en/csr/partner/partner/index.htm":
pageID = new Array(2,7,2);
break;

// ▼Brother's CSR > With Society
case "/en/csr/society/index.htm":
pageID = new Array(2,8);
break;

// ▼Brother's CSR > With Society > Disaster Relief
case "/en/csr/society/groupwide/index.htm":
pageID = new Array(2,8,1);
break;

// ▼Brother's CSR > With Society > Social Contributions in Japan
case "/en/csr/society/japan/index.htm":
pageID = new Array(2,8,2);
break;

// ▼Brother's CSR > With Society > Social Contributions in the Americas
case "/en/csr/society/america/index.htm":
pageID = new Array(2,8,3);
break;

// ▼Brother's CSR > With Society > Social Contributions in Europe
case "/en/csr/society/europe/index.htm":
pageID = new Array(2,8,4);
break;

// ▼Brother's CSR > With Society > Social Contributions in Asia
case "/en/csr/society/asia/index.htm":
pageID = new Array(2,8,5);
break;

// ▼Brother's CSR > With Society > Social Contributions in China
case "/en/csr/society/china/index.htm":
pageID = new Array(2,8,6);
break;

// ▼Brother's CSR > PDF Download
case "/en/csr/download/index.htm":
pageID = new Array(2,9);
break;

// ▼Brother's CSR > PDF Download > Download report by contents
case "/en/csr/download/report/index.htm":
pageID = new Array(2,9,1);
break;

// ▼Brother's CSR > GRI index
case "/en/csr/gri/index.htm":
pageID = new Array(2,10);
break;

// ▼Brother's CSR > Category Site Map
case "/en/csr/sitemap/":
case "/en/csr/sitemap/index.htm":
pageID = new Array(2,11);
break;


// ▼Environmental Activities
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼Environmental Activities
case "/en/eco/index.htm":
case "/en/eco/":
pageID = new Array(3,0);
break;


// ▼Environmental Activities > Standpoint & System > Standpoint
case "/en/eco/idea/index.htm":
pageID = new Array(3,1,1);
break;


// ▼Environmental Activities > Standpoint & System > Management (EMS)
case "/en/eco/idea/management/index.htm":
case "/en/eco/idea/management/system/index.htm":
case "/en/eco/idea/management/contamination/index.htm":
case "/en/eco/idea/management/iso14001/index.htm":
pageID = new Array(3,1,2);
break;

// ▼Environmental Activities > Standpoint & System > Awareness & Action Plan
case "/en/eco/idea/awareness/index.htm":
case "/en/eco/idea/awareness/target/index.htm":
case "/en/eco/idea/awareness/summary/index.htm":
pageID = new Array(3,1,3);
break;

// ▼Environmental Activities > Standpoint & System > Accounting
case "/en/eco/idea/accounting/index.htm":
pageID = new Array(3,1,4);

break;

// ▼Environmental Activities > Standpoint & System > History of Environmental Activities
case "/en/eco/idea/history/index.htm":
pageID = new Array(3,1,5);
break;


// ▼Environmental Activities > Eco-Conscious Products > At Each Life-Stage
case "/en/eco/product/index.htm":
pageID = new Array(3,2,1);
break;


// ▼Environmental Activities > Eco-Conscious Products > Environmental Labels
case "/en/eco/product/label/index.htm":
case "/en/eco/product/label/type2/index.htm":
case "/en/eco/product/label/mfc/index.htm":
case "/en/eco/product/label/printer/index.htm":
case "/en/eco/product/label/fax/index.htm":
case "/en/eco/product/label/ptouch/index.htm":
case "/en/eco/product/label/hsm/index.htm":
case "/en/eco/product/label/ism/index.htm":
case "/en/eco/product/label/machine/index.htm":
pageID = new Array(3,2,2);
break;

// ▼Environmental Activities > Eco-Conscious Products > Product Design & LCA
case "/en/eco/product/design/index.htm":
pageID = new Array(3,2,3);
break;

// ▼Environmental Activities > Eco-Conscious Products > Collection & Recycle
case "/en/eco/product/recycle/index.htm":
pageID = new Array(3,2,4);
break;


// ▼Environmental Activities > Eco-Conscious Manufacturing > Material Balance
case "/en/eco/factory/index.htm":
pageID = new Array(3,3,1);
break;

// ▼Environmental Activities > Eco-Conscious Manufacturing > Green Procurement
case "/en/eco/factory/green_procurement/index.htm":
case "/en/eco/factory/green_procurement/purchase/index.htm":
pageID = new Array(3,3,2);
break;

// ▼Environmental Activities > Eco-Conscious Manufacturing > Chemical Substance Management
case "/en/eco/factory/chemical/index.htm":
case "/en/eco/factory/chemical/reduction/index.htm":
pageID = new Array(3,3,3);
break;

// ▼Environmental Activities > Eco-Conscious Manufacturing > Global Warming Prevention
case "/en/eco/factory/warming/index.htm":
case "/en/eco/factory/warming/facilities/index.htm":
case "/en/eco/factory/warming/delivery/index.htm":
pageID = new Array(3,3,4);
break;

// ▼Environmental Activities > Eco-Conscious Manufacturing > Waste Reduction
case "/en/eco/factory/waste/index.htm":
pageID = new Array(3,3,5);
break;


// ▼Environmental Activities > Environmental Communication > Environmental Communication
case "/en/eco/communication/index.htm":
pageID = new Array(3,4,1);
break;

// ▼Environmental Activities > Environmental Communication > Educational Activities
case "/en/eco/communication/education/index.htm":
pageID = new Array(3,4,2);
break;

// ▼Environmental Activities > Environmental Communication > Brother at Exhibitions
case "/en/eco/communication/exhibit/index.htm":
pageID = new Array(3,4,3);
break;

// ▼Environmental Activities > Environmental Communication > Global Environmental Contributions
case "/en/eco/communication/contribution/index.htm":
pageID = new Array(3,4,4);
break;

// ▼Environmental Activities > Environmental Communication > Talking with Stakeholders
case "/en/eco/communication/dialog/index.htm":
pageID = new Array(3,4,6);
break;


// ▼Environmental Activities > GRI index
case "/en/csr/gri/index.htm":
pageID = new Array(3,7);
break;

// ▼Environmental Activities > Category Site Map
case "/en/eco/sitemap/index.htm":
case "/en/eco/sitemap/":
pageID = new Array(3,8);
break;


// ▼Environmental Activities > Special Features > Global Warming Prevention
case "/en/eco/warming/index.htm":
pageID = new Array(3,9,1);
break;

// ▼Environmental Activities > Special Features > Recycling-Oriented Society
case "/en/eco/recycling/index.htm":
pageID = new Array(3,9,2);
break;

// ▼Environmental Activities > Special Features > Chemical Substance Management 
case "/en/eco/chemical/index.htm":
pageID = new Array(3,9,3);
break;

// ▼Environmental Activities > Special Features > Biodiversity
case "/en/eco/biodiversity/index.htm":
pageID = new Array(3,9,4);
break;



//下記閉じ};消すの厳禁。
};
//



// ▼ナビ
/////////////////////////////////////////////////////////////////////////////////////////////
//
// ★後段★ここからメニューのリンク設定。
// リンク設定記述の上から順にメニューが表示されます。
// 左側の連番がページIDになります。
// 左側の連番の数字を「0」にすると右メニュー表示がされなくなります。
// URL記述の前に「+」を記述すると別ウインドウで開きます。
// カテゴリサイトマップのタイトルの前には「$」を入れてください。
//
/////////////////////////////////////////////////////////////////////////////////////////////

// left navi
var rNavi = new Array();

rNavi["rn"] = new Array(

1,"/en/corporate/index.htm","Corporate Information",
2,"/en/csr/index.htm","CSR Activities",
3,"/en/en/eco/index.htm","Environmental Activities",
4,"/en/investor/index.htm","Investor Information",
5,"/en/news/index.htm","News",
"");



// ▼Corporate Information
/////////////////////////////////////////////////////////////////////////////////////////////

// ▼Corporate Information
rNavi["rn0"] = new Array(
1,"/en/corporate/profile/index.htm","Corporate Profile",
2,"/en/corporate/message/index.htm","Message From Management",
3,"/en/corporate/principle/index.htm","Management Principles",
4,"/en/corporate/vision/index.htm","Mid-to Long-Term Corporate Vision (GV21)",
5,"/en/corporate/system/index.htm","Management System",
6,"/en/corporate/safety/index.htm","Basic Product Safety Policies",
7,"/en/corporate/segment/index.htm","Business Segments",
8,"/en/corporate/network/index.htm","Global Network",
9,"/en/corporate/history/index.htm","History",
10,"/en/corporate/sitemap/index.htm","%Category Site Map",
"");

	// ▼Corporate Information > Mid-to Long-Term Corporate Vision (GV21)
	//rNavi["rn0-3"] = new Array(
	//1,"/en/corporate/vision/csb/index.htm","Mid-Term Business Strategy (CS B2012)",
	//"");
	
	// ▼Corporate Information > Management System
	rNavi["rn0-4"] = new Array(
	1,"/en/corporate/system/customer/index.htm","Customer",
	2,"/en/corporate/system/demand/index.htm","Demand Chain",
	3,"/en/corporate/system/concurrent/index.htm","Concurrent Chain",
	4,"/en/corporate/system/supply/index.htm","Supply Chain",
	"");
	
	// ▼Corporate Information > Business Segments
	rNavi["rn0-6"] = new Array(
	1,"/en/corporate/segment/psc/index.htm","Printing Business",
	2,"/en/corporate/segment/phc/index.htm","Personal & Home",
	3,"/en/corporate/segment/msc/index.htm","Machinery & Solution",
	4,"/en/corporate/segment/nan/index.htm","Other Businesses",
	"");
	
	// ▼Corporate Information > Global Network
	rNavi["rn0-7"] = new Array(
	1,"/en/corporate/network/americas/index.htm","Americas",
	2,"/en/corporate/network/europe/index.htm","Europe / Africa / Middle East",
	3,"/en/corporate/network/asia/index.htm","Asia / Oceania",
	4,"/en/corporate/network/fundation_date/index.htm","A List of Foundation Dates",
	"");
	
	// ▼Corporate Information > History
	rNavi["rn0-8"] = new Array(
	1,"/en/corporate/history/technology/index.htm","Technology and Product History",
	"");
	
	
// ▼Brother's CSR
/////////////////////////////////////////////////////////////////////////////////////////////
// ▼Brother's CSR
rNavi["rn1"] = new Array(
1,"/en/corporate/message/index.htm","Message from Management",
2,"/en/csr/brothergroup/talk/index.htm","Face-to-Face Talk",
3,"/en/csr/brothergroup/index.htm","Brother Group's CSR",
4,"/en/csr/customer/index.htm","With Customers",
5,"/en/csr/employee/index.htm","With Employees",
6,"/en/csr/shareholder/index.htm","With Shareholders",
7,"/en/csr/partner/index.htm","With Partners",
8,"/en/csr/society/index.htm","With Society",
9,"/en/csr/download/index.htm","PDF Download",
10,"/en/csr/gri/index.htm","GRI index",
11,"/en/csr/sitemap/index.htm","%Category Site Map",
"");
	
	// ▼Brother's CSR > Brother Group's CSR
	rNavi["rn1-2"] = new Array(
	1,"/en/csr/brothergroup/index.htm","Brother's CSR Management",
	2,"/en/csr/brothergroup/governance/index.htm","Corporate Governance",
	3,"/en/csr/brothergroup/compliance/index.htm","Compliance",
	4,"/en/csr/brothergroup/target/index.htm","CSR Targets by Business/Area",
	5,"/en/csr/brothergroup/global/index.htm","CSR Global Management",
	6,"/en/csr/brothergroup/thirdparty/index.htm","Third-party Opinion",	
	"");
	
	// ▼Brother's CSR > With Customers
	rNavi["rn1-3"] = new Array(
	1,"/en/csr/customer/satisfaction/index.htm","Customer Satisfaction",
	2,"/en/csr/customer/friendly/index.htm","Customer-Oriented Products",
	3,"/en/csr/customer/eco/index.htm","Eco-Friendly Products",
	4,"/en/csr/customer/factory/index.htm","CSR at Factories",
	5,"/en/csr/customer/support/index.htm","Customer Support",
	6,"/en/csr/customer/dialogue/index.htm","CSR at Call Center",	
	"");
	
	// ▼Brother's CSR > With Employees
	rNavi["rn1-4"] = new Array(
	1,"/en/csr/employee/basic/index.htm","Opportunities and Fair Evaluations",
	2,"/en/csr/employee/diversified/index.htm","Diversity",
	3,"/en/csr/employee/selffulfillment/index.htm","Human Resource Development",
	4,"/en/csr/employee/activation/index.htm","Activating the Workforce and Organization",
	5,"/en/csr/employee/workplace/index.htm","Workplace Safety",
	"");	
	
	// ▼Brother's CSR > With Shareholders
	rNavi["rn1-5"] = new Array(
	1,"/en/investor/stockinformation/dividend/index.htm","Profit Allocations",
	2,"/en/csr/shareholder/communication/index.htm","IR Communication",
	"");
	
	// ▼Brother's CSR > With Partners
	rNavi["rn1-6"] = new Array(
	1,"/en/csr/partner/purchase/index.htm","CSR Procurement",
	2,"/en/csr/partner/partner/index.htm","Cooperation with Partners",
	"");
	
		// ▼Brother's CSR > With Society
	rNavi["rn1-7"] = new Array(
	1,"/en/csr/society/groupwide/index.htm","Disaster Relief",
	2,"/en/csr/society/japan/index.htm","Social Contributions in Japan",
	3,"/en/csr/society/america/index.htm","Social Contributions in the Americas",
	4,"/en/csr/society/europe/index.htm","Social Contributions in Europe",
	5,"/en/csr/society/asia/index.htm","Social Contributions in Asia",
	6,"/en/csr/society/china/index.htm","Social Contributions in China",	
	"");
	
			// ▼Brother's CSR > PDF Download
	rNavi["rn1-8"] = new Array(
	1,"/en/csr/download/report/index.htm","Download report by contents",
	"");


// ▼Environmental Activities
/////////////////////////////////////////////////////////////////////////////////////////////
// ▼Environmental Activities
rNavi["rn2"] = new Array(

5,"/en/eco/idea/index.htm","Standpoint & System",

6,"/en/eco/product/index.htm","Eco-Conscious Products",

7,"/en/eco/factory/index.htm","Eco-Conscious Manufacturing",

8,"/en/eco/communication/index.htm","Environmental Communication",

0,"/en/eco/world/index.htm","世界各国の取り組み",

0,"/en/eco/special/index.htm","2007年度に力を入れたこと",

10,"/en/csr/gri/index.htm","GRI index",

11,"/en/eco/sitemap/index.htm","%Category Site Map",

1,"/en/eco/warming/index.htm","Special Features",

2,"/en/corporate/message/index.htm","Message From Management",

3,"/en/csr/brothergroup/talk/index.htm","Face-to-Face Talk",

4,"/en/csr/index.htm","CSR Activities",

9,"/en/csr/download/index.htm","PDF Download",
"");


// ▼Environmental Activities > Standpoint & System
rNavi["rn2-0"] = new Array(
1,"/en/eco/idea/index.htm","Standpoint",

2,"/en/eco/idea/management/index.htm","Management (EMS)",

3,"/en/eco/idea/awareness/index.htm","Awareness & Action Plan",

4,"/en/eco/idea/accounting/index.htm","Accounting",

5,"/en/eco/idea/history/index.htm","History of Environmental Activities",
"");

// ▼Environmental Activities > Eco-Conscious Products
rNavi["rn2-1"] = new Array(
1,"/en/eco/product/index.htm","At Each Life-Stage",

2,"/en/eco/product/label/index.htm","Environmental Labels",

3,"/en/eco/product/design/index.htm","Product Design & LCA",

4,"/en/eco/product/recycle/index.htm","Collection & Recycle",
"");

// ▼Environmental Activities > Eco-Conscious Manufacturing
rNavi["rn2-2"] = new Array(
1,"/en/eco/factory/index.htm","Material Balance",

2,"/en/eco/factory/green_procurement/index.htm","Green Procurement",

3,"/en/eco/factory/chemical/index.htm","Chemical Substance Management",

4,"/en/eco/factory/warming/index.htm","Global Warming Prevention",

5,"/en/eco/factory/waste/index.htm","Waste Reduction",

0,"/en/eco/factory/data/index.htm","各拠点の環境負荷データ",
"");

// ▼Environmental Activities > Environmental Communication
rNavi["rn2-3"] = new Array(
1,"/en/eco/communication/index.htm","Environmental Communication",

2,"/en/eco/communication/education/index.htm","Educational Activities",

3,"/en/eco/communication/exhibit/index.htm","Brother at Exhibitions",

4,"/en/eco/communication/contribution/index.htm","Global Environmental Contributions",

0,"/en/eco/communication/others/index.htm","その他コミュニケーション",

5,"/en/eco/communication/dialog/index.htm","Talking with Stakeholders",
"");


// ▼Environmental Activities > 世界各国の取り組み
rNavi["rn2-4"] = new Array(
1,"/en/eco/world/america/index.htm","米州での取り組み",

2,"/en/eco/world/europe/index.htm","欧州での取り組み",

3,"/en/eco/world/asia/index.htm","亜州での取り組み",
"");


// ▼Environmental Activities > 2007年度に力を入れたこと
rNavi["rn2-5"] = new Array(
1,"/en/eco/special/lca/index.htm","すべての製品でLCAデータを検証、製品開発の基本に",

2,"/en/eco/special/product/index.htm","ライフサイクルでの製品の環境負荷を数値化",

3,"/en/eco/special/reduce/index.htm","特定化学物質使用禁止・エネルギー消費削減へ迅速に対応",

4,"/en/eco/special/activity/index.htm","海外事業所や物流段階での取り組み",

"");


// ▼Environmental Activities > Special Features
rNavi["rn2-8"] = new Array(
1,"/en/eco/warming/index.htm","Global Warming Prevention",

2,"/en/eco/recycling/index.htm","Recycling-Oriented Society",

3,"/en/eco/chemical/index.htm","Chemical Substance Management",

4,"/en/eco/biodiversity/index.htm","Biodiversity",

"");
