//オブジェクトタグの書き出し
function fla(){
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="750" height="585">');
　document.write('<param name="movie" value="plane1004.swf" />');
　document.write('<param name="quality" value="high" />');
　document.write('<param name="bgcolor" value="#FFFFFF">');
　document.write('<embed src="plane1004.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="585"></embed>');
　document.write('</object>');
}
//-->

//オブジェクトタグの書き出し
function fla2(){
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="590" height="395">');
　document.write('<param name="movie" value="../flash/annai.swf" />');
　document.write('<param name="quality" value="high" />');
　document.write('<param name="bgcolor" value="#FFFFFF">');
　document.write('<embed src="../flash/annai.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="590" height="395"></embed>');
　document.write('</object>');
}
//-->
