<!--
if (document.all) {
document.writeln('<bgsound id="sound" />');
document.writeln('<embed type="audio/x-midi" src="jsfiles/POP2.wav" autostart="false" hidden="true" />');
}

function playSound() {
if (document.all)
 {
  document.all.sound.src = "/jsfiles/BoutDeBois2.wav";
 }
}
//-->

