// JavaScript Document
<!--
function stop()
{
document.getElementById("bgsound").innerHTML="<embed src='xyz.wav' width=0 height=0 loop=false autostart=false hidden=true><\/embed>";
}
function play()
{
document.getElementById("bgsound").innerHTML="<embed src='musik/bgsound.mp3' width=0 height=0 loop=true autostart=true hidden=true><\/embed>"
}
//-->

