<!--

function playSound_enBUSS() {
  document.all['BGSOUND_ID'].src='enBUSS.wav';
}

function stopSound() {
 document.all['BGSOUND_ID'].src='enBUSS.wav';

}
//-->

