function text_pop(path,x,y,sts) { 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://mdk.bronet.website.pl/sites/templates/template_'+sts+'/'+path,'f1',dane); }