function popup(w,h,site) { var basepath= ""; x = screen.availWidth/2-w/2; y = screen.availHeight/2-h/2; popupWindow = window.open('/cms/js/pictureResized.php?path='+site,'','width='+w+',height='+h+',left='+x+',top='+y+',screenX='+x+',screenY='+y); } function file_popup(w,h,site) { var basepath= ""; x = screen.availWidth/2-w/2; y = screen.availHeight/2-h/2; popupWindow = window.open(site,'','width='+w+',height='+h+',left='+x+',top='+y+',screenX='+x+',screenY='+y); }