<!-- Flash表示関数

	function dispSwf(URL){
var URL;
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  WIDTH="800" HEIGHT="644" id="swf">\n');
		document.write('<param name="movie" value='+URL+' />\n');
		document.write('<PARAM NAME=quality VALUE=high>\n');
		document.write('<embed src='+URL+' quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="644">\n');
		document.write('</embed>\n');
		document.write('</object>\n');
	} 

<!-- 2003 10 27 更新 -->