function showSoundEmbed(surl) {
	document.getElementById('soundspan').innerHTML="<embed src='../sounds/"+surl+"' height='0' width='0' autostart='true' loop='false'>";
}