<script language="JavaScript">
if(document.all){
path="cd/"
var stex=new Array("甜蜜蜜","泰坦尼克号","心太软","梁  祝","来生缘","谢谢你的爱","射雕英雄传","听  海","ooooo")
var stext=new Array("甜蜜蜜","泰坦尼克号","心太软","梁  祝","来生缘","谢谢你的爱","射雕英雄传","听  海","ooooo")
function bgm(obj){
document.mid.dynsrc="about:blank"
document.mid.dynsrc=path+obj.options[obj.selectedIndex].value+".mid"
}
document.write("<img name=mid loop=-1 dynsrc=about:blank width=1 height=1>")
document.write("<select size=1 name=music onChange=bgm(this) class=f>")
document.write("<option>选择音乐")
for(i=0;i<stext.length;i++)document.write("<OPTION value=\""+stex[i]+"\">"+stext[i])
document.write("</select>")
}
document.write('<br>')   </script>