function popup(page) {
 OpenWin = this.open(page, "pwindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes, left=40, top=20 ,height=600, width=620 ");
} 

