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