function openWindow(page) {
OpenWin = this.open(page, "popWindow", "width=700,height=600,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,top=120,left=120"); 
OpenWin.focus();
}
