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