/*

sub navigation module for company div.

*/



function subnavi(){
	var string = "";
	
	string += "		<div class=\"sub-contents\">\n";
	string += "		\n";
	string += "		<h2><img src=\"/company/common/_img/_sub_nav_cap_03.gif\" width=\"194\" height=\"58\" alt=\"About the Shinkansen\"></h2>\n";
	string += "		\n";
	string += "			<div id=\"sub-navi\" class=\"sub-contents-child\">\n";
	string += "			<ul>\n";
	string += "			<li class=\"last-child\"><a href=\"/about/index.html\"><img src=\"/company/common/_img/_sub_nav_but_03_01_f1.gif\" width=\"184\" height=\"25\" alt=\"About the Shinkansen\" class=\"SARI\"></a></li>\n";
	string += "			</ul>\n";
	string += "			</div>\n";
	string += "		\n";
	string += "		</div>\n";
	
	document.write(string);
	
	
	
	var switch_pattern = [
		null,
		[(window.location.href.split("/")[3].toLowerCase().indexOf("__template") != -1)],
		null,
		null,
		null,
		null,
		null,
		null,
		null,
		null,
		null,
		null
	];
	subNavi(switch_pattern);
}






