function Sound(aFileName) {
  ThisObj=document.getElementById ('SoundObj')
  ThisObj.innerHTML="<embed src='"+aFileName+"' height=0 width=0 autostart=true loop=false>";
}
