/************************************************
*
*/
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:"08_01.gif", url:"/csr/csr_vision/", id:1},
{alt:"Environmental Initiatives", img:"08_02.gif", url:"/csr/environment/", id:2},
{alt:"Safety Mesures", img:"08_03.gif", url:"/csr/safety/", id:3},
{alt:"Social Contibutions", img:"08_04.gif", url:"/csr/social/", id:4}
,
	{alt:"Downloads", img:"08_null.gif", url:"/csr/social/download/", id:6,
		  	child: new Array(
	  		{alt:"2009", img:"08_06_2009.gif", url:"/csr/download/index.html", id:2009},
			{alt:"2008", img:"08_06_2008.gif", url:"/csr/download/2008.html", id:2008},
			{alt:"2007", img:"08_06_2007.gif", url:"/csr/download/2007.html", id:2007},
	  		{alt:"2006", img:"08_06_2006.gif", url:"/csr/download/2006.html", id:2006},
			  {alt:"2005", img:"08_06_2005.gif", url:"/csr/download/2005.html", id:2005},
	  		{alt:"2004", img:"08_06_2004.gif", url:"/csr/download/2004.html", id:2004},
	  		{alt:"2003", img:"08_06_2003.gif", url:"/csr/download/2003.html", id:2003},
	  		{alt:"2002", img:"08_06_2002.gif", url:"/csr/download/2002.html", id:2002},
	  		{alt:"2001", img:"08_06_2001.gif", url:"/csr/download/2001.html", id:2001}
	  	)
	}
);




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/">Guideline</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 Vision" 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/safety/"><img src="/csr/resource/img/bnr_safety.gif" alt="Safety 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);
}