function popa(url) {
pop_annons=window.open(url, 'annons', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=720, height=500 left = 5, top = 5');
pop_annons.focus();
}
