
function OpenWin1(){
	win=window.open('history.html','popup','scrollbars=yes,resizable=yes,width=650,height=650');
	win.focus();
	win.moveTo(0,0);
}