function text_pop(path,x,y) { var w = screen.width; var h = screen.height; var lpos = (w-x)/2; var tpos = (h-y)/2; var dane = "width=" + x + ",height=" + y +",top=" + tpos + ",left=" + lpos + ",scrollbars=yes, status=no"; okno1 = window.open('http://okierowcach.pl/sites/templates/template_0/'+path,'f1',dane); } function get_city() { text_pop('login/popup_city.php',500,600); }