function pageAlert(page) {
window.open (page, 'newwindow', 'height=700, width=800, top=0,left=0, toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no, status=no');
}