function popup(path, width, height, scroll) {
              window.open("popup.php?" + path, "", "left=" + ((screen.width - width) / 2) + ",top=" + ((screen.height - height) / 2) + ",width=" + width + ",height=" + height + ",scrollbars=" + scroll);

              return false;
           }


