// JavaScript Document

/*↓ index flash with swfobject.js ↓*/

function indexswf(){
document.write('<object id="forswfobject" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="920" height="500" >\n');
document.write('<param name="movie" value="images/index/index.swf">\n');
document.write('<param name=quality value=high><param name="wmode" value="transparent">\n');
document.write('<embed src="images/index/index.swf" wmode="transparent" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="920" height="500"></embed>\n');
/*document.write('<!--[if !IE]>--><object type="application/x-shockwave-flash" data="images/index/index.swf" width="920" height="500">\n');
document.write('<!--<![endif]-->\n');
document.write('<div align="center" style="padding:15px;">Flashがご覧になれない原因として以下が考えられます。<br>\n');
document.write('◎お使いのブラウザでFlash Player ActiveX コントロールが無効になっている場合<br>\n');
document.write('　→Flash Player ActiveX コントロールを有効にしてください。<br>\n');
document.write('◎お使いのコンピュータにFlashPlayerがインストールされていない場合<br>\n');
document.write('　→FlashPlayerが必要です。\n');
document.write('<p><a href="http://get.adobe.com/jp/flashplayer/"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p></div>\n');
document.write('<!--[if !IE]>--></object>\n');
document.write('<!--<![endif]-->\n');
*/
document.write('</object>\n');
}

/* works side bar flash */
function circleswf(){document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="30" height="30" >\n');
document.write('<param name="movie" value="../images/common_img/side_circle.swf">\n');
document.write('<param name=quality value=high><param name="wmode" value="transparent">\n');
document.write('<embed src="../images/common_img/side_circle.swf" wmode="transparent" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="30" height="30"></embed>\n');
document.write('</object>\n');

}
