function Otevri_okno(url,x,y) {
window.open(url, '', 'width=' + x + ',height=' + y + ',');
}
