// サブウィンドウの大きさと開く位置の指定l = 60; // 表示するx座標t = 30; // 表示するy座標w = 728; // 横幅h = 364; // 縦幅// 中央に開くfunction se1_11() {  x = (screen.width - w) / 2;  y = (screen.height - h) / 2;  subWin = window.open("win/scene03/01_1.html","OpenWindow",    "screenX="+x+",screenY="+y+",left="+x+",top="+y+",width="+w+",height="+h);}function se1_12() {  x = (screen.width - w) / 2;  y = (screen.height - h) / 2;  subWin = window.open("win/scene03/01_2.html","OpenWindow",    "screenX="+x+",screenY="+y+",left="+x+",top="+y+",width="+w+",height="+h);}function se1_13() {  x = (screen.width - w) / 2;  y = (screen.height - h) / 2;  subWin = window.open("win/scene03/01_3.html","OpenWindow",    "screenX="+x+",screenY="+y+",left="+x+",top="+y+",width="+w+",height="+h);}function se1_21() {  x = (screen.width - w) / 2;  y = (screen.height - h) / 2;  subWin = window.open("win/scene03/02_1.html","OpenWindow",    "screenX="+x+",screenY="+y+",left="+x+",top="+y+",width="+w+",height="+h);}function se1_31() {  x = (screen.width - w) / 2;  y = (screen.height - h) / 2;  subWin = window.open("win/scene03/03_1.html","OpenWindow",    "screenX="+x+",screenY="+y+",left="+x+",top="+y+",width="+w+",height="+h);}