function openWindow() {wx = 545;wy = 460;x = (screen.width - wx) / 2;y = (screen.height - wy) / 2;w=window.open("/businesscenter/jp/information/popup/flash03.html","newwin","left="+x+",top="+y+",width="+ wx+",height="+wy+",toolbar=no,location=no,scrollbars=no");w.focus();}function openWindowLoop() {wx = 545;wy = 460;x = (screen.width - wx) / 2;y = (screen.height - wy) / 2;w=window.open("/businesscenter/jp/information/popup/flash_loop.html","newwin","left="+x+",top="+y+",width="+ wx+",height="+wy+",toolbar=no,location=no,scrollbars=no");w.focus();}