<!--

/*
「このコントロールをアクティブ化して～」を表示させないため
Javascriptからコードを出力する。
IEはobjectタグ
MOZILLAはEMBEDタグの該当ファイルを再生する。
*/

document.write("<object id='sound1' classid='CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95' width='300' height='40'>")
document.write("<param name='src' value='../../../sound/cot3_2.mp3' target='_blank' />")
document.write("<param name='PlayCount' value='1' />")
document.write("<param name='ClickToPlay' value='true' />")
document.write("<param name='ShowControls' value='true' />")
document.write("<param name='ShowAudioControls' value='false' />")
document.write("<param name='ShowPositionControls' value='false' />")
document.write("<param name='ShowStatusBar' value='false' />")
document.write("<param name='ShowTracker' value='true' />")
document.write("<param name='autostart' value='false' />")
document.write("<param name='mute' value='false' />")
document.write("<comment>")
document.write("<embed src='../../../sound/cot3_2.mp3' ")
document.write("type='application/x-mplayer2' ")
document.write("autostart='0' ")
document.write("showcontrols='1' ")
document.write("showaudiocontrols='0' ")
document.write("showpositioncontrols='0' ")
document.write("showtracker='1' ")
document.write("width='300' height='40' ")
document.write("playcount='1' ")
document.write("mute='0'></embed>")
document.write("</comment>")
document.write("</object>")

-->
