// JavaScript Document
function playSound(soundfile) {
document.getElementById("sound").innerHTML=
"<embed src=\""+soundfile+"\" hidden=\"true\" autostart=\"true\" loop=\"false\" height=\"0\" width=\"0\" />";
}