// JavaScript Document
<!--

function OpenWin(url, jmeno, w, h) 
{
    Fokus = window.open(url, jmeno,'scrollbars=yes,resizable=0,top=0,left=0,menubar=0,width=' + w + ',height=' + h );
    Fokus.focus()
}

// -->

