	<!-- 
	function open_popup_songplayer() {
		
		var width = 240;	
		var height = 350;	
		sbreite = screen.width;
		shoehe = screen.height;

		//x = (sbreite-width)/2;
		//y = (shoehe-height)/2;
        var x = 50;
        var y = 10;
		eigenschaften="left="+x+",top="+y+",screenX="+x+",screenY="+y+",width="+width+",height="+height+",fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0";
	
		pop = window.open("http://www.boulegarde-pflaumenallee.de/index.php?id=147","Boulegarde Pflaumenallee - Songplayer",eigenschaften);
        pop.focus();

	}
	//-->

