if ( MM_FlashCanPlay ) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"');
	document.write('  width="800" height="230">');
	document.write(' <param name="movie" value="images/002.swf"><param name="quality" value="high"><PARAM NAME=bgcolor VALUE=#FFFFFF> '); 
	document.write(' <embed src="images/002.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"');
	document.write('  type="application/x-shockwave-flash" width="800" height="230">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
} else{
	document.write(' <img src="images/index.jpg" width="800" height="230" border="0" usemap="#Map">');
	document.write(' <map name="Map">');
	document.write(' <area shape="rect" coords="690,0,799,35" href="shop_hard.htm" alt="HARD OFF">');
	document.write(' <area shape="rect" coords="691,40,800,73" href="shop_off.htm" alt="OFF HOUSE">');
	document.write(' <area shape="rect" coords="689,79,800,114" href="shop_mode.htm" alt="MODE OFF">');
	document.write(' <area shape="rect" coords="690,118,800,153" href="shop_garage.htm" alt="Garage OFF">');
	document.write(' <area shape="rect" coords="689,157,801,192" href="shop_hobby.htm" alt="Hobby OFF">');
	document.write(' <area shape="rect" coords="689,195,800,230" href="shop_book.htm" alt="BOOK OFF">');
	document.write(' </map>');
}
