function OpenWin(){
wx=1000;
wy=620;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2-60;
win=window.open("http://www.next-magazine.jp/flash/story/","new","width=1000,height=620,scrollbars=no, location=no, menubar=no, resizable=no");
win.moveTo(x,y);
}
function OpenWinCCI(){
wx=1000;
wy=545;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2-60;
win=window.open("http://www.next-magazine.jp/flash/cci/","new","width=1000,height=545,scrollbars=no, location=no, menubar=no, resizable=no");
win.moveTo(x,y);
}