// F8 F9
function music(song)  {
var   tune = song + '.mid' ;
if (z7bv2) {  document.write('<embed src=' + tune +'  width=50 height=15 mastersound controls=smallconsole autostart=true loop=false>')  } 
if (z7yo3) {  document.write('<bgsound src=' + tune +' loop=1>')   }  }
function music2(song)  { 
var   tune = song + '.mid' ;
if (z7bv2) {  document.write('<embed src=' + tune +' autostart=true hidden=true loop=false>')  } 
if (z7yo3) {  document.write('<bgsound src=' + tune +' loop=1>')   }   }  

