if(navigator.appVersion.charAt(0) >= "3") {
	var img = new Array();
	for (i = 1; i <= 9; 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(
//	"株主の皆様へ", "/investors/ceo-top/",0,
//	"2006年、年央社長会見", "/investors/ceo/#ceospeech",0,
//	"2005年、年末社長会見", "/investors/ceo/#ceospeech",0,
	"株主の皆さまへ", "/investors/ceo/2009/ceo_message_2009.pdf",0,
//	"2008年末社長会見 骨子", "/news/2008/c081217a.html",0,
//　　"2008年末社長会見 映像", "/pressroom/conference/200812/",0,
//	"2008年央社長会見 骨子", "/news/2008/c080521a.html",0,
//	"2008年央社長会見 映像", "/pressroom/conference/200805/",0,

	"株主還元について", "/investors/ceo/#returningprofits",0,
"");

subMenu[2] = new Array(
	"企業情報", "/corporate/",0,
	"会社概要", "/guide/corporate-profile/",0,
	"メッセージ", "/guide/dreams/",0,
	"事業領域", "/guide/business/",0,
	"地域展開", "/guide/area/",0,
	"社会との調和を目指して", "/guide/society-balance/",0,
"");

subMenu[3] = new Array(
"");

subMenu[4] = new Array(
	"株主総会関連等", "/investors/stockholder/",0,
	"規則", "/investors/stockholder/#regulations",0,
	"株式手続きのご案内", "/investors/stockholder/#procedures",0,
	"株主通信・事業報告書", "/investors/kabunushi-tsushin/",0,
	"公告", "/investors/notice/",1,
	"株主優待について", "/investors/stockholder/#compliment",0,
"");

subMenu[5] = new Array(
	"株価", "/investors/stock-rating/",0,
	"証券取引所提出資料", "/investors/filings/",1,
	"社債情報", "/investors/stock-rating/#bond",0,
	"格付情報", "/investors/stock-rating/#ratings",0,
"");

subMenu[6] = new Array(
	"決算/業績予想に関する説明会", "/investors/meeting/",1,
	"北米・欧州 IR ロードショー", "/investors/investor-meeting/",1,
//	"年末・年央会見", "/investors/event/#ceospeech",0,
	// ────"アジア事業説明会", "/investors/asia-meeting/",1,
"");

subMenu[7] = new Array(
	// ────決算資料
	"決算報告書/参考資料", "/investors/financialresult/",1,
	"四半期報告書", "/investors/financialresult/",1,
	"有価証券報告書", "/investors/financialresult/",1,
	"", // ────レポート
	"クォーターファクトシート", "/investors/reports/",1,
	"クォータリーレポート", "/investors/reports/",1,
	"アニュアルレポート", "/investors/reports/",1,
	"FORM 20-F", "/investors/reports/",1,
	"", // ────株主通信・事業報告書
	"株主通信・事業報告書", "/investors/kabunushi-tsushin/",1,
	"", // ────
	"環境年次レポート", "/environmental-report/",0,
	"CSRレポート", "/csr/pdf/jap/",0,
	"社会活動年次レポート", "/philanthropy/report/jpn/index_2008.html",0,
	"安全運転普及活動報告書", "/safetyinfo/action/",0,
	"", // ────
	"Hondaグループ", "/group/",0,
	"コーポレートガバナンス", "/investors/governance/",1,
	"代表取締役・専務取締役", "/investors/directors/",1,
	"Honda企業メッセージ", "/message/",0,
"");

subMenu[8] = new Array(
"");

subMenu[9] = new Array(
"");




function writeL1Navi() {
	var l1n = '';
	for (i = 1; i < 9; 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/space.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 += '			投資家情報トップページ</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/space.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/space.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/space.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++) {
		sm += '<table border="0" cellpadding="0" cellspacing="0" width="181">\n';
		sm += '	<tr>\n';
		sm += '		<td width="8">\n';
		sm += '			<img src="/investors/image/space.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/space.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/space.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" class="sitemap1">\n';
	sm += '			<a href="http://world.honda.com/investors/">\n';
	sm += '			English</a></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);
}

