<!--
ver=parseInt(navigator.appVersion)
ie4=(ver>3  && navigator.appName!="Netscape")?1:0
ns4=(ver>3  && navigator.appName=="Netscape")?1:0
ns3=(ver==3 && navigator.appName=="Netscape")?1:0

function playSound_y947() {
 if (ie4)
  document.all['BGSOUND_ID'].src='947.wav';
 if ((ns4||ns3)
  && navigator.javaEnabled()
  && navigator.mimeTypes['audio/x-wav']
  && self.document.y947.IsReady()
 )
 {
  self.document.y947.play()
 }
}

function stopSound() {
 if (ie4) document.all['BGSOUND_ID'].src='947.wav';
 if ((ns4||ns3)
  && navigator.javaEnabled()
  && navigator.mimeTypes['audio/x-midi']
 )
 {
  self.document.y947.stop()
 }
}

//-->

