// JavaScript Document

function OpenJSLWindow(url, jmeno, w, h) 
{
    Fokus = window.open(url, jmeno,'resizable=10,top=10,left=,menubar=10,width=' + w + ',height=' + h);
    Fokus.focus()
}
