// otevri nove okno
function WS2(url, name, w, h)
{
    popupWin = window.open(url, name, 'resizable=1,top=0,left=0,menubar=0,status=1,width=' + w + ',height=' + h);
}

