function popupWindow(src, w, h) { window.open("/file.php?img="+src,'Tip','menubar=no, location=no, toolbar=no, resizable=no, scrollbars=no, status=no, width='+w+', height='+h+''); }