﻿function otevriOkno(url, jmeno, w, h) 
{  
    popupWin = window.open(url, jmeno, 'resizable=1,top=20,left=20,menubar=0,scrollbars=no,width=' + w + ',height=' + h);
}
