<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

document.write('<bgsound src="#" id=midijuke loop=INFINITE autostart="true">');

function midiplay(what) {
  if (document.all)  {
    document.all.midijuke.src = what.options[what.selectedIndex].value;
  }

  else {
    alert("Sorry, but the Music Menu is only accessible through MSIE4.0 and above.");
  }
}

//-->