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

