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