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

