﻿function PlayPorad(id)
{
    var w=595; var h=130;
    var l=(screen.width)?(screen.width-w)/2:100;
    var t=(screen.height)?(screen.height-h)/3:100;
    settings='width='+w+',height='+h+',top='+t+',left='+l+',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
    window.open('http://www.fajnrockmusic.cz/player/default.aspx?id='+id, 'v2player', settings);
}

