
/*** トップページ画像切り替え ******************************************************************/

	function topImageChange(image_id, link_id)
	{

		var top_image = new Array();
			top_image[0] = "common/img/top_main_hybrid.jpg";
			top_image[1] = "common/img/top_main_hybrid2.jpg";
			top_image[2] = "common/img/top_main_aron-r.jpg";
			top_image[3] = "common/img/top_main_gaur.jpg";
			top_image[4] = "common/img/top_main_arionplus.jpg";
			top_image[5] = "common/img/top_main_cx.jpg";
			top_image[6] = "common/img/top_main_dx.jpg";
			top_image[7] = "common/img/top_main_axbx.jpg";

		var top_link = new Array();
			top_link[0] = "distrib/battery_lift/arion/arion_hybrid.html";
			top_link[1] = "distrib/battery_lift/arion/arion_hybrid.html";
			top_link[2] = "distrib/battery_lift/arion-r/";
			top_link[3] = "distrib/engine/gaur/";
			top_link[4] = "distrib/battery_lift/arionplus/";
			top_link[5] = "distrib/engine/cx/";
			top_link[6] = "distrib/engine/dx/";
			top_link[7] = "distrib/engine/leo-nxtv/";

		var top_alt = new Array();
			top_alt[0] = "世界初バッテリーハイブリッドフォークリフト アリオン ハイブリッド / 4Wheels 1.5t/1.75t/2.0tコンパクト車 \"ARION HYBRID\"";
			top_alt[1] = "消費電力・Co2を標準バッテリ車にくらべてさらに20％削減可能 アリオン ハイブリッド / 4Wheels 1.5t/1.75t/2.0tコンパクト車  \"ARION HYBRID\"";
			top_alt[2] = "高次元の稼動性能と安定性を兼ね備えた、新世代リーチフォーク。 アリオン　アール / 0.9-1.8ton REACH TRUCKS  \"ARION-R Series\"";
			top_alt[3] = "環境に優しい高性能と安全性を追求、新ガウル登場。GAUR ガウル 10-16ton Diesel Forklift Trucks";
			top_alt[4] = "環境対応という時代の要請に応える。バッテリーハイブリッド車も新登場。ARION Plus アリオンプラス 2.0-3.0ton Battery Forklift Trucks";
			top_alt[5] = "先進技術の融合で「トータルコスト削減」を実現。エンジン式フォークリフト CX シリーズ 3.5-5.0ton";
			top_alt[6] = "フォークリフトの概念を打ち破る新基準のマシン。エンジン式フォークリフト DX シリーズ 6.0-8.0ton";
			top_alt[7] = "現場に一歩先の満足を。エンジン式フォークリフト　AX/BX シリーズ 0.9ton-3.5ton";


		var range = top_image.length;
		var number = Math.floor(Math.random()*range);

		if(document.all)
		{
			var image_object = document.all[image_id];
			var link_object = document.all[link_id];
		}
		else if(document.getElementById)
		{
			var image_object = document.getElementById(image_id);
			var link_object = document.getElementById(link_id);
		}

		image_object.src = top_image[number];
		image_object.alt = top_alt[number];
		link_object.href = top_link[number];
	}

/*** WindowsXP sp2 Flash対策 ******************************************************************/
	function FlashPrint(fileName, widthSize, heghtSize){
		document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="' + widthSize + '" height="' + heghtSize +'">');
		document.write ('<param name="movie" value="'+ fileName +'">');
		document.write ('<param name="quality" value="high">');
		document.write ('<embed src="'+ fileName +'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + widthSize + '" height="' + heghtSize +'"></embed></object>');
	}

function toggleTable(id){
	for (i=0; i<tableId.length; i++)
	{
					document.getElementById(tableId[i]).style.display = "none";
	}
					document.getElementById(tableId[id]).style.display = "block";
}
