function OpenWin(){
    win=window.open("new/news.html","new","width=580,height=620 scrollbars=yes,resizable=yes");
	win.moveTo(100,100);
}
