/************************************************
*
*/
this.MZD_NAVI_GLOBAL_DIR = "/csr/resource/img/";
this.MZD_NAVI_GLOBAL_PREF = "g_navi_";
this.MZD_NAVI_LOCAL_DIR = "/csr/resource/img/";
this.MZD_NAVI_LOCAL_PREF = "l_navi_";
/*************************************************/



this.MZD_NAVI_LOCAL = new Array(
	{alt:"CSR Vision", img:"03_01.gif", url:"/csr/csr_vision/", id:1},
{alt:"Environmental Initiatives", img:"03_02.gif", url:"/csr/environment/", id:2},
{alt:"Safety Initiatives", img:"03_03.gif", url:"/csr/safety/", id:3,
	  	child:new Array( 
		{alt:"Special Features", img:"03_03_05.gif", url:"/csr/safety/special_features/", id:5 ,
				child:new Array(
				{alt:"Development of safety technology to enable all customers to enjoy driving with peace of mind", img:"", url:"/csr/safety/special_features/2009_01_01.html", id:20091},
				/*{alt:"Special Features / Archives", img:"", url:"/csr/safety/special_features/", id:111},*/

				{alt:"Rear Vehicle Monitoring System", img:"", url:"/csr/safety/special_features/2008_01_01.html", id:20081,
					child: new Array(
						{alt:"Toward a Safe, Accident-Free Automotive Society", img:"", url:"", id:1}
					)
				},
				{alt:"Mazda's Pre-crash Safety System", img:"", url:"/csr/safety/special_features/2006_01_01.html", id:20061,
					child: new Array(
							{alt:"1.Mazda's Pre-crash Safety System", img:"", url:"", id:1},
							{alt:"2.Activation Only in Emergencies", img:"", url:"", id:2},
							{alt:"3", img:"", url:"", id:3}
					)
				}
			  )
		},
		  {alt:"Basic Approach to Safety", img:"03_03_01.gif", url:"/csr/safety/basic_position/", id:1},
	 	{alt:"Passive Safety Technologies", img:"03_03_02.gif", url:"/csr/safety/passive/", id:2},
	 	{alt:"Active Safety Technologies", img:"03_03_03.gif", url:"/csr/safety/active/", id:3},
	 	{alt:"Intelligent Transport System (ITS)", img:"03_03_04.gif", url:"/csr/safety/its/", id:4}
			  )
		 },
	{alt:"Social Contibutions", img:"03_04.gif", url:"/csr/social/", id:4}
);



this.MZD_UNIT_OTHER = '';
this.MZD_UNIT_OTHER +='<div class="unit_ other">';
this.MZD_UNIT_OTHER +='<ul class="arw_list">';
this.MZD_UNIT_OTHER +='<li><a href="/csr/sitemap/">CSR Site Map</a></li>';
this.MZD_UNIT_OTHER +='<li><a href="/csr/guideline/">Guidelines</a></li>';
this.MZD_UNIT_OTHER +='<li><a href="/csr/approach/">Reporting approach</a></li>';
this.MZD_UNIT_OTHER +='<li><a href="/csr/advice/">Third-Party Opinion</a></li>';
this.MZD_UNIT_OTHER +='</ul>';
this.MZD_UNIT_OTHER +='</div>';


function writeUNIT_OTHER(){
	document.write(this.MZD_UNIT_OTHER);
}





this.MZD_UNIT_OTHER_CONTENTS = '';
this.MZD_UNIT_OTHER_CONTENTS +='<div class="unit_ other">';
this.MZD_UNIT_OTHER_CONTENTS +='<ul class="bnr_list">';
this.MZD_UNIT_OTHER_CONTENTS +='<li><a href="/csr/csr_vision/"><img src="/csr/resource/img/bnr_csr_vision.gif" alt="CSR Initiatives" width="208" height="48"></a></li>';
this.MZD_UNIT_OTHER_CONTENTS +='<li><a href="/csr/environment/"><img src="/csr/resource/img/bnr_environment.gif" alt="Environmental Initiatives" width="208" height="48"></a></li>';
this.MZD_UNIT_OTHER_CONTENTS +='<li><a href="/csr/social/"><img src="/csr/resource/img/bnr_social.gif" alt="Social Contribution Initiatives" width="208" height="48"></a></li>';
this.MZD_UNIT_OTHER_CONTENTS +='</ul>';
this.MZD_UNIT_OTHER_CONTENTS +='</div>';


function writeUNIT_OTHER_CONTENTS(){
	document.write(this.MZD_UNIT_OTHER_CONTENTS);
}

