<!--

function playSound_GAR() {
  document.all['BGSOUND_ID'].src='GAR.wav';
}

function stopSound() {
 document.all['BGSOUND_ID'].src='GAR.wav';

}

