function OpenJSLWindow(url, jmeno, w, h)
{
    Fokus = window.open(url, jmeno,'resizable=0,top=0,left=0,scrollbars=1,menubar=0,width=' + w + ',height=' + h);
    Fokus.focus()
}
