function EvalSound(soundobj) { var thissound=document.getElementById(soundobj); thissound.Play(); } function DHTMLSound(surl) { document.getElementById("dummyspan").innerHTML= ""; }