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