function OpenWindow(n, t, i, r) {; var u = (screen.width - t) / 2 - r,; f = (screen.height - i) / 2 - r,; e = window.open(n, "_blank", ...
確定! 回上一頁