var ua = navigator.userAgent;


if(navigator.appVersion.indexOf("Win") != -1 && ua.indexOf("Opera") == -1 && ua.match(/MSIE (6|7|8).(\d+)/) ||
	navigator.appVersion.indexOf("Win") != -1 && ua.match(/Firefox\/([\.\d]+)/) || 
	navigator.appVersion.indexOf("Mac") != -1 && ua.match(/Firefox\/([\.\d]+)/) || 
	ua.indexOf("Safari") != -1){
	
	// 地図を表示
	document.write('<div style="background : url(/jsp/portal/route/img/bg_searchmap.gif); width:635px; text-align:center;">');
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="498" height="250" id="map" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="/common/swf/map.swf" />');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="#ffffff" />');
	document.write('<embed src="/common/swf/map.swf" quality="high" bgcolor="#ffffff" width="498" height="250" name="map" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
	document.write('</div>');

	document.write("<p>・「日本地図から検索」の推奨ブラウザは、<a href='/site_info/usage.html#section-01-02'>こちら</a>からご確認ください。<br>・「ETC100㎞検索」も同じ画面上で利用できます。検索したい地区をクリックして下さい。（<a href='/route/howtouse100km.html'>「ETC100km検索」使い方ガイド）</a></p>");
	
	
}else{

	// ブラウザエラーを表示
	document.write("<div id='mapArea_noflash'>");
	document.write("<p class='caution'>誠に恐れ入りますが、お客様のブラウザからは「地図から検索」をご利用できません。</p>");
	document.write("<p class='browzer'>「地図から検索」は下記のOS、ブラウザからのみご利用いただけます。<br>");
	document.write("・Windows 2000, XP以降<br>");
	document.write("　－Internet Explorer 6.0以降<br>");
	document.write("　－Firefox 1.5以降<br>");
	document.write("　－Safari 3.1以降<br>");
	document.write("　－Chrome 0.4以降<br>");
	document.write("・Mac OS 10.3以降<br>");
	document.write("　－Firefox 1.5以降<br>");
	document.write("</p>");
	document.write("</div>");
}

