<!--


function oeffne() {
	window.open('http://www.cultd.net/quelcorps/bilder/b0.htm','x','width=606, height=412,scrolling=1,resizable=1');
}


var q,n;

function spiel(q,n){
	document.getElementById("p").style.display="block";
	document.getElementById("p").innerHTML="<span style='float:left;'>"+ n+"</span><span style='cursor:pointer;float:right;' title='zur&uuml;cksetzen' onclick='wech()'>X</span><br>  <audio controls autoplay><source src='mmedia/" + q + ".ogg' type='audio/ogg;'><source src='mmedia/" + q + ".mp3' type='audio/mp3'></audio>";
}

function wech(){
	document.getElementById("p").innerHTML="";
	document.getElementById("p").style.display="none";
}
// -->
