// Get InterPlay Flash


function swfplay(swfname,haba,takasa)
{


	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"');

	document.write(' width=' + haba);
	document.write(' height=' + takasa + ' >');

	document.write('<param name="movie" ');
	document.write('value=' + swfname + '  >');

	document.write('<param name="play" value="true">');
	document.write('<param name="loop" value="true">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="wmode" value="transparent">');

//	document.write('<embed src=img/button_blue.swf width="180" height="288" type="application/x-shockwave-flash">');
	document.write('<embed src=' + swfname + ' width=' + haba + ' height=' + takasa + ' type="application/x-shockwave-flash">');

	document.write('</embed>');
	document.write('<noembed>当サイトをご覧いただくには、「Shockwave Flashプラグイン」または「ActiveXコントロール」に対応したブラウザーが必要です。</noembed>');
	document.write('</object>');

}

