function DHTMLSound(surl) {
	if (document.getElementById("soundspan")) {
  		document.getElementById("soundspan").innerHTML=
    		"<embed src='"+surl+"' hidden=true autostart=true loop=false>";
		}
	}
