 function okno(url, w, h)
{
    popupWin = window.open(url,'eshop', 'scrollbars=yes,resizable=0,top=20,left=20,menubar=0,width=' + w + ',height=' + h);
}

