// フラッシュ用タグを書き出すだけのスクリプト
function embed() {
   	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="750" height="525">' );
    document.write( '       <PARAM name="movie" value="/sunmin.swf">' );
    document.write( '       <PARAM name="quality" value="high">' );
    document.write( '       <PARAM name="menu" value="false">' );
    document.write( '       <EMBED src="/sunmin.swf" width="750" height="525" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" menu="false"></EMBED>' );
    document.write( '</OBJECT>' );
}

function embed2() {
   	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="750" height="200">' );
    document.write( '       <PARAM name="movie" value="/sunmin_2nd.swf">' );
    document.write( '       <PARAM name="quality" value="high">' );
    document.write( '       <PARAM name="menu" value="false">' );
    document.write( '       <EMBED src="/sunmin_2nd.swf" width="750" height="200" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" menu="false"></EMBED>' );
    document.write( '</OBJECT>' );
}

function embed3() {
   	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="850" height="538">' );
    document.write( '       <PARAM name="movie" value="/pre.swf">' );
    document.write( '       <PARAM name="quality" value="high">' );
    document.write( '       <PARAM name="menu" value="false">' );
    document.write( '       <EMBED src="/pre.swf" width="850" height="538" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" menu="false"></EMBED>' );
    document.write( '</OBJECT>' );
}