<!--
function wopen2(){

/*オリジナルグリッタータンブラーを700x500で開く*/
win=window.open("images/top/glitter.html","onna_map","width=700,height=500");
/*ムービーウィンドウをディスプレイ中央に移動*/
x=(screen.width-700)/2
y=(screen.height-500)/2
win.moveTo(x,y);
}
// -->