function OpenWin(){
    win=window.open("process.html","new","width=820,height=700,menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes,scrollbars=yes");
}
