if(navigator.appVersion.charAt(0) >= "3") {
	var img = new Array();
	for (i = 1; i <= 8; i++) {
		if(dirNameL1[i] == dirParent[dir[2]]){
			img[i] = new Image();  img[i].src = '/investors/image200607/l1-navi-'+dirNameL1[i]+'-a.gif';
			img[i+10] = new Image();  img[i+10].src = '/investors/image200607/l1-navi-'+dirNameL1[i]+'-a-on.gif';
		}else{
			img[i] = new Image();  img[i].src = '/investors/image200607/l1-navi-'+dirNameL1[i]+'.gif';
			img[i+10] = new Image();  img[i+10].src = '/investors/image200607/l1-navi-'+dirNameL1[i]+'-on.gif';
		}
	}
}


subMenu = new Array();

subMenu[1] = new Array(
	"To Our Shareholders", "/investors/ceo/2009/ceo_message_2009_e.pdf",0,
	"Returning Profits to Shareholders", "/investors/ceo/#returningprofits",0,
"");

subMenu[2] = new Array(
	"Company Overview", "/profile/",0,
	"Message", "/profile/",0,
	"Fields of Business", "/profile/",0,
	"Global Operation", "/profile/",0,
"");

subMenu[3] = new Array(
"");

subMenu[4] = new Array(
	"The Ordinary General Meeting of Stockholders", "/investors/stockholder/",0,
	"Regulations", "/investors/stockholder/#regulations",0,
	"Report", "/investors/reports/",0,
	"Notice", "/investors/notice/",1,
"");

subMenu[5] = new Array(
	"Stock Charts", "/investors/stock-rating/",0,
	"Filings with Stock Exchange", "/investors/filings/",1,
	"Ratings", "/investors/stock-rating/#ratings",0,
"");

subMenu[6] = new Array(
	"Financial Results Meeting", "/investors/meeting/",1,
	"U.S. and Europe IR Roadshow", "/investors/investor-meeting/",1,
	"Mid-Year / Year-End CEO Speech", "/investors/event/#ceospeech",1,
"");

subMenu[7] = new Array(
	// ------ Financial Results
	"Financial Results", "/investors/financialresult/",1,
	"", // -------- Reports
	"Quarter Fact Sheets", "/investors/reports/",1,
	"Quarter Reports", "/investors/reports/",1,
	"Annual Reports", "/investors/reports/",1,
	"FORM 20-F", "/investors/reports/",1,
	"", // -------
	"Environmental Annual Report", "/news/2008/c080623Environmental-Annual-Report/",0,
	"CSR Report", "/CSR/",0,
	"Philanthropy Report", "/community/",0,
	"Safety", "/safety/",0,
	"", // -------
	"Honda Group (World Links)", "/link/",0,
	"Corporate Governance", "/profile/governance/",1,
	"Board of Directors, Corporate Auditors and Operating Officers", "/profile/directors/",1,
	"Global Advertisement", "/message/",0,
"");

subMenu[8] = new Array(
"");





function writeL1Navi() {
	var l1n = '';
	for (i = 1; i < 8; i++) {
		l1n += writeL1Navi2(i);
		l1n += '<img src="/investors/image200607/l1-navi-02.gif" border="0" width="201" height="2" alt=""><br />\n';
	}
	l1n += writeL1Navi2(i);
	document.write(l1n);
}

function writeL1Navi2(i) {
	var l1n = '';

	if(dirNameL1[i] == dir[2] || dirNameL1[i] == dirParent[dir[2]]){

		if(dirNameL1[i] == dirParent[dir[2]]){
			l1n += '<a href="/investors/'+dirNameL1[i]+'/" onMouseOver="_in(\''+dirNameL1[i]+'\','+(i+10)+')" onMouseOut="_out(\''+dirNameL1[i]+'\','+i+')">\n';
			l1n += '<img src="/investors/image200607/l1-navi-'+dirNameL1[i]+'-a.gif" border="0" width="201" height="30" name="'+dirNameL1[i]+'" alt="'+cntNameL1[dirNameL1[i]]+'"></a><br />\n';
		}else{
			l1n += '<img src="/investors/image200607/l1-navi-'+dirNameL1[i]+'-a-on.gif" border="0" width="201" height="30" name="'+dirNameL1[i]+'" alt="'+cntNameL1[dirNameL1[i]]+'"><br />\n';
		}

		if(subMenu[i].length > 2){
			l1n += '<table border="0" cellpadding="0" cellspacing="0" width="200" bgcolor="EFEDDF">\n';
			l1n += '	<tr>\n';
			l1n += '		<td>\n';
			l1n += '			<img src="/investors/image/spacer-efeddf.gif" border="0" width="18" height="1" alt=""></td>\n';
			l1n += '		<td>\n';
			l1n += '			<img src="/investors/image/spacer-efeddf.gif" border="0" width="182" height="1" alt=""></td>\n';
			l1n += '	</tr>\n';
			for (j = 0; j < subMenu[i].length - 1; j+=3) {
				l1n += '	<tr>\n';
				l1n += '		<td>\n';
				l1n += '			<img src="/investors/image/spacer-efeddf.gif" border="0" width="18" height="17" alt=""></td>\n';
				l1n += '		<td>\n';
				if(subMenu[i][j].length<1){
					l1n += '			<img src="/investors/image/spacer-efeddf.gif" border="0" width="182" height="3" alt=""><br />\n';
					l1n += '			<img src="/investors/image/spacer-aeb0c0.gif" border="0" width="182" height="1" alt=""><br />\n';
					l1n += '			<img src="/investors/image/spacer-efeddf.gif" border="0" width="182" height="5" alt=""><br />\n';
					j++;
				}
				if(subMenu[i][j+2]==1 && url==subMenu[i][j+1]){
					l1n += '			<img src="/investors/image200607/ln-icon-000000-bgefeddf-r.gif" border="0" width="10" height="11" alt=""><span class="Lnavi">'+subMenu[i][j]+'</span></td>\n';
				}else{
					l1n += '			<a href="'+subMenu[i][j+1]+'">\n';
					l1n += '			<img src="/investors/image200607/ln-icon-669999-bgefeddf-r.gif" border="0" width="10" height="11" alt=""><span class="Lnavi">'+subMenu[i][j]+'</span></a></td>\n';
				}
				l1n += '	</tr>\n';
			}
			l1n += '</table>\n';
			l1n += '<img src="/investors/image/spacer-efeddf.gif" border="0" width="200" height="7" alt=""><br />\n';
		}

	}else{
		l1n += '<a href="/investors/'+dirNameL1[i]+'/" onMouseOver="_in(\''+dirNameL1[i]+'\','+(i+10)+')" onMouseOut="_out(\''+dirNameL1[i]+'\','+i+')">\n';
		l1n += '<img src="/investors/image200607/l1-navi-'+dirNameL1[i]+'.gif" border="0" width="201" height="30" name="'+dirNameL1[i]+'" alt="'+cntNameL1[dirNameL1[i]]+'"></a><br />\n';
	}

	return l1n;
}


function writeSitemapL() {
	var sm = '';

	sm += '<table border="0" cellpadding="0" cellspacing="0" width="241">\n';
	sm += '	<tr>\n';
	sm += '		<td width="3">\n';
	sm += '			<img src="/investors/image/spacer.gif" border="0" width="3" height="27" alt=""></td>\n';
	sm += '		<td width="11">\n';
	sm += '			<img src="/investors/image200607/ln-icon-669999-d.gif" border="0" width="10" height="11" alt="">\n';
	sm += '		<td width="227"><span class="sitemap1">\n';
	sm += '			<a href="/investors/">\n';
	sm += '			Investor Relations Home</a></span></td>\n';
	sm += '	</tr>\n';
	sm += '</table>\n';
	sm += '<img src="/investors/image/spacer-99cccc.gif" border="0" width="241" height="1" alt=""><br />\n';

	for (i = 1; i <= 7; i++) {
		sm += '<table border="0" cellpadding="0" cellspacing="0" width="241">\n';
		sm += '	<tr>\n';
		sm += '		<td width="10">\n';
		sm += '			<img src="/investors/image/spacer.gif" border="0" width="10" height="27" alt=""></td>\n';
		sm += '		<td width="11">\n';
		if(subMenu[i].length > 2){
			sm += '			<img src="/investors/image200607/ln-icon-669999-d.gif" border="0" width="10" height="11" alt="">\n';
			sm += '		<td width="220"><span class="sitemap1">\n';
			sm += '			<a href="/investors/' + dirNameL1[i] + '/">\n';
			sm += '			' + cntNameL1[dirNameL1[i]] + '</a></span></td>\n';
			sm += '	</tr>\n';
			sm += '</table>\n';

			sm += '<table border="0" cellpadding="0" cellspacing="0" width="241">\n';
			for (j = 0; j < subMenu[i].length - 1; j+=3) {
				sm += '	<tr>\n';
				sm += '		<td>\n';
				sm += '			<img src="/investors/image/spacer.gif" border="0" width="21" height="17" alt=""></td>\n';
				sm += '		<td>\n';
				if(subMenu[i][j].length<1){
					j++;
				}
				sm += '			<a href="'+subMenu[i][j+1]+'">\n';
				sm += '			<img src="/investors/image200607/ln-icon-669999-r.gif" border="0" width="10" height="11" alt=""><span class="sitemap2">'+subMenu[i][j]+'</span></a></td>\n';
				sm += '	</tr>\n';
			}
			sm += '</table>\n';
			sm += '<img src="/investors/image/spacer.gif" border="0" width="10" height="5" alt=""><br />\n';

		}else{
			sm += '			<img src="/investors/image200607/ln-icon-669999-r.gif" border="0" width="10" height="11" alt="">\n';
			sm += '		<td width="220"><span class="sitemap1">\n';
			sm += '			<a href="/investors/' + dirNameL1[i] + '/">\n';
			sm += '			' + cntNameL1[dirNameL1[i]] + '</a></span></td>\n';
			sm += '	</tr>\n';
			sm += '</table>\n';
		}
		sm += '<img src="/investors/image/spacer-99cccc.gif" border="0" width="241" height="1" alt=""><br />\n';
	}
	document.write(sm);
}


function writeSitemapR() {
	var sm = '';
	for (i = 8; i <= 11; i++) {
		if(i == 9){
			i++;
		}
		sm += '<table border="0" cellpadding="0" cellspacing="0" width="181">\n';
		sm += '	<tr>\n';
		sm += '		<td width="8">\n';
		sm += '			<img src="/investors/image/spacer.gif" border="0" width="8" height="27" alt=""></td>\n';
		sm += '		<td width="11">\n';
		sm += '			<img src="/investors/image200607/ln-icon-669999-r.gif" border="0" width="10" height="11" alt="">\n';
		sm += '		<td width="162"><span class="sitemap1">\n';
		sm += '			<a href="/investors/' + dirNameL1[i] + '/">\n';
		sm += '			' + cntNameL1[dirNameL1[i]] + '</a></span></td>\n';
		sm += '	</tr>\n';
		sm += '</table>\n';
		sm += '<img src="/investors/image/spacer-99cccc.gif" border="0" width="181" height="1" alt=""><br />\n';
	}
	sm += '<table border="0" cellpadding="0" cellspacing="0" width="181">\n';
	sm += '	<tr>\n';
	sm += '		<td width="8">\n';
	sm += '			<img src="/investors/image/spacer.gif" border="0" width="8" height="27" alt=""></td>\n';
	sm += '		<td width="11">\n';
	sm += '			<img src="/investors/image200607/ln-icon-669999-r.gif" border="0" width="10" height="11" alt="">\n';
	sm += '		<td width="162"><span class="sitemap1">\n';
	sm += '			<a href="/investors/faq/">\n';
	sm += '			FAQ</a></span></td>\n';
	sm += '	</tr>\n';
	sm += '</table>\n';
	sm += '<img src="/investors/image/spacer-99cccc.gif" border="0" width="181" height="1" alt=""><br />\n';

	sm += '<table border="0" cellpadding="0" cellspacing="0" width="181">\n';
	sm += '	<tr>\n';
	sm += '		<td width="8">\n';
	sm += '			<img src="/investors/image/spacer.gif" border="0" width="8" height="27" alt=""></td>\n';
	sm += '		<td width="11">\n';
	sm += '			<img src="/investors/image200607/ln-icon-669999-r.gif" border="0" width="10" height="11" alt="">\n';
	sm += '		<td width="162"><span class="sitemap1">\n';
	sm += '			<a href="http://www.honda.com/investors/">\n';
	sm += '			Japanese</a></span></td>\n';
	sm += '	</tr>\n';
	sm += '</table>\n';
	sm += '<img src="/investors/image/spacer-99cccc.gif" border="0" width="181" height="1" alt=""><br />\n';

	document.write(sm);
}

