function OpenWin(){
win=window.open("bgm.html","new","toolber=no,height=460,width=500");
win.moveTo(0,0);
}