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

