var f_ver = 7;//フラッシュの書き出しのバージョンを入れてください。
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
	plugin = parseInt(plugin.description.match(/\d+\.\d+/))  >= f_ver;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && navigator.userAgent.indexOf("Windows")>=0) {
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & f_ver)))\n');
	document.write('</SCRIPT\> \n');
}
if ( plugin ) {
	document.write('<object id ="movie" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"  width="913" height="407">');
	document.write('<param name="movie" value="top100629.swf"><param name="quality" value="high">'); 
	document.write('<embed src="top100629.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="913" height="407">');
	document.write('</EMBED>');
	document.write('</OBJECT>');

} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
	document.write('<img src="image/index_ph001.jpg" alt="愛知県・岐阜県・三重県・石川県・福井県・富山県の住宅メーカー（ハウスメーカー）セキスイハイム中部は総合住宅メーカーです。" width="913" height="407" border="0" usemap="#Map" />');
	document.write('<map name="Map">');
	document.write('<area shape="rect" coords="687,196,880,212" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&amp;Lang=Japanese&amp;P5_Language=Japanese" target="_blank" alt="Flash Playerのダウンロードはこちら" />');
	document.write('<area shape="rect" coords="843,20,882,45" href="news_topics/index.html" alt="履歴" />');

	document.write('<area shape="rect" coords="175,364,330,392" href="inquiry_top/index.html" alt="ご来場予約" />');
	document.write('<area shape="rect" coords="335,364,490,392" href="inquiry_top/form_catalog/index.html" alt="カタログ請求" />');
	document.write('<area shape="rect" coords="496,364,651,392" href="inquiry_top/form_inquiry/index.html" alt="お問い合わせ" />');	
	document.write('</map>');
}