function lektor(adresa)
{
    leva=(window.screen.width/2)-325;
    vrch=(window.screen.height/2)-225;

    window.open(adresa,'lektor','width=360,height=520,left='+leva+',top='+vrch+',scrollbars=1,resizable=1');
}