function drukuj(src) { var w=545; var h=460; var x=(screen.width-w)/2; var y=(screen.height-h)/2; op="scrollbars=yes,resizable=yes,menubar=yes,status=yes,left="+x+",top="+y+",width="+w+",height="+h; pw=window.open(src,"popup",op); pw.focus(); } function zoom(img,txt) { var w=50; var h=50; var x=(screen.width-w)/2; var y=(screen.height-h)/2; var op="scrollbars=no,resizable=yes,status=no,menubar=no,left="+x+",top="+y+",width="+w+",height="+h; var src=_url + "zoom.php?img="+img+"&txt="+txt; img=window.open(src,"image",op); img.focus(); } function mapka() { var w=469; var h=608; var x=(screen.width-w)/2; var y=(screen.height-h)/2; var op="scrollbars=no,resizable=no,menubar=no,status=no,left="+x+",top="+y+",width="+w+",height="+h; var src=_url + "mapka_dojazdu.html"; img=window.open(src,"image",op); img.focus(); } function goToURL(url) { if (url) document.location.href=url; }