/*

sub navigation module for company div.

*/

function subnavi(){
	var string = "";
	
	string += "		<div class=\"sub-contents\">\n";
	string += "		\n";
	string += "		<h2><img src=\"/common/_img/_sub_nav_cap_02.gif\" width=\"194\" height=\"57\" alt=\"Investor Information and Financial Results\"></h2>\n";
	string += "		\n";
	string += "			<div id=\"sub-navi\" class=\"sub-contents-child\">\n";
	string += "			<ul>\n";
	string += "			<li><a href=\"/company/ir/passenger-volume/index.html\"><img src=\"/common/_img/_sub_nav_but_02_01_f1.gif\" width=\"184\" height=\"38\" alt=\"Monthly Passenger Volume\" class=\"SARI\"></a>\n";
	string += "			<li><a href=\"/company/ir/factsheets/index.html\"><img src=\"/common/_img/_sub_nav_but_02_02_f1.gif\" width=\"184\" height=\"25\" alt=\"Fact Sheets\" class=\"SARI\"></a>\n";
	string += "			<li><a href=\"/company/ir/annualreport/index.html\"><img src=\"/common/_img/_sub_nav_but_02_03_f1.gif\" width=\"184\" height=\"24\" alt=\"Annual Report\" class=\"SARI\"></a>\n";
	string += "				<ul>\n";
	string += "				<li class=\"first-child\"><a href=\"/company/ir/annualreport/_pdf/annualreport2011.pdf\" target=\"_blank\">Annual Report (All Pages)<img src=\"/common/_img/_bod_ico_pdf.gif\" alt=\"\"></a></li>\n";
	string += "				<li><a href=\"/company/ir/annualreport/_pdf/annualreport2011-01.pdf\" target=\"_blank\">Safety and Reliability<img src=\"/common/_img/_bod_ico_pdf.gif\" alt=\"\"></a></li>\n";
	string += "				<li><a href=\"/company/ir/annualreport/_pdf/annualreport2011-02.pdf\" target=\"_blank\">Transportation Service<img src=\"/common/_img/_bod_ico_pdf.gif\" alt=\"\"></a></li>\n";
	string += "				<li><a href=\"/company/ir/annualreport/_pdf/annualreport2011-03.pdf\" target=\"_blank\">Sales and Marketing<img src=\"/common/_img/_bod_ico_pdf.gif\" alt=\"\"></a></li>\n";
	string += "				<li><a href=\"/company/ir/annualreport/_pdf/annualreport2011-04.pdf\" target=\"_blank\">Technological Development and Enhancement of Technical Capability / Overseas Deployment of High-Speed Rail Systems<img src=\"/common/_img/_bod_ico_pdf.gif\" alt=\"\"></a></li>\n";
	string += "				<li><a href=\"/company/ir/annualreport/_pdf/annualreport2011-05.pdf\" target=\"_blank\">Promoting the Chuo Shinkansen using the Superconducting Maglev System<img src=\"/common/_img/_bod_ico_pdf.gif\" alt=\"\"></a></li>\n";
	string += "				<li><a href=\"/company/ir/annualreport/_pdf/annualreport2011-06.pdf\" target=\"_blank\">Affiliated Businesses<img src=\"/common/_img/_bod_ico_pdf.gif\" alt=\"\"></a></li>\n";
	string += "				<li><a href=\"/company/ir/annualreport/_pdf/annualreport2011-07.pdf\" target=\"_blank\">Engagement in Global Environment Preservation<img src=\"/common/_img/_bod_ico_pdf.gif\" alt=\"\"></a></li>\n";
	string += "				</ul>\n";
	string += "			</li>\n";
	string += "			<li><a href=\"/company/ir/annualreport-backnumber/index.html\"><img src=\"/common/_img/_sub_nav_but_02_04_f1.gif\" width=\"184\" height=\"38\" alt=\"Annual Report, Fact Sheets Back Number\" class=\"SARI\"></a></li>\n";
	string += "			<li><a href=\"/company/ir/brief-announcement/index.html\"><img src=\"/common/_img/_sub_nav_but_02_05_f1.gif\" width=\"184\" height=\"24\" alt=\"Financial Results\" 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);
}







