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

