
function OpenWin(file){
	win=window.open(file,"new","width=870,height=700,scrollbars=yes");
}


