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