// Embed an invisible media player when the link is clicked
function playSound(soundfile)
	{
		document.getElementById("doremi").innerHTML=
		"<embed src=\""+soundfile+"\" hidden=\"true\" autostart=\"true\" loop=\"false\" />";
	}
