ポップアップウィンドウ
ECCUBEポップアップ
https://itoben.com/blog/168.html
ポップアップ画面の中央
https://www.pazru.net/js/window/4.html
ポップアップまとめ
https://www.it-swarm.jp.net/ja/javascript/%E3%83%9D%E3%83%83%E3%83%97%E3%82%A2%E3%83%83%E3%83%97%E3%82%A6%E3%82%A3%E3%83%B3%E3%83%89%E3%82%A6%E3%82%92%E7%94%BB%E9%9D%A2%E3%81%AE%E4%B8%AD%E5%A4%AE%E3%81%AB%E9%85%8D%E7%BD%AE%E3%81%97%E3%81%BE%E3%81%99%E3%81%8B%EF%BC%9F/970750105/
var y = window.outerHeight / 2 + window.screenY – ( h / 2)
var x = window.outerWidth / 2 + window.screenX – ( w / 2)