function mediabox()
{
    var w = screen.width / 2 - 120;
    var h = screen.height /2 - 70;
    player = window.open ('zene/mp3player.php',
    'player','status=0,toolbar=0,width=240,height=140,left='+w+',top='+h);
}