<!--//

function openobr(url)
{
var left   = screen.width/2 - 310;
var top    = screen.height/2 - 232;
var wnd    = window.open (url,"adresa", config='height=465, width=620, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no, top=' + top + ', left=' + left);
wnd.focus();
}
function openobra(url)
{
var left   = screen.width/2 - 313;
var top    = screen.height/2 - 232;
var wnd    = window.open (url,"obra", config='height=465, width=626, toolbar=no, menubar=no, scrollbars=yes, resizable=no,location=no, directories=no, status=no, top=' + top + ', left=' + left);
wnd.focus();
}

//-->
