x=screen.width/2-400;
y=screen.height/2-300;
fenster=window.open('/musikbox.php','Musikbox',"resizable=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,toolbar=0,width=475,height=200,left="+x+",top="+y);
window.focus();


