/*************
Okno
***************/
<!--
function makeRemote() {
remote = window.open("","remotewin","width=580,height=500");
remote.location.href = "index.htm";
    if (remote.opener == null) remote.opener = window;
remote.opener.name = "opener";
}
function OpenNewWindow(url,winwidth,winheight)
{
NewWindow=window.open(url,'descr','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+winwidth+',height='+winheight)
}
//-->



