function prohl()
{
 var bn=navigator.appName;
 var a=0;
 
if (!bn=="Microsoft Internet Explorer"){
a=1;
 } 
return a;
}

function OpenJSLWindow(url, jmeno, w, h) 
{
    Fokus = window.open(url, jmeno,'resizable=0,top=20,left=20,menubar=0,width=' + w + ',height=' + h);
    Fokus.focus()
}