//div tag in body
function wtk_playsound(surl) {
  document.getElementById("wtksoundfile").innerHTML = "<embed src='"+ surl +"' hidden='true' autostart='true' loop='false' />";
}

