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

