function popupDialog(url) {
    window.open(url, "_blank", "left=" + ((screen.width/2)-320) + ", top=" + ((screen.height/2)-240) + ", width=640px, height=480px, resizable=yes, scrollable=yes, status=no");
}