function newWindow(url) {
window.open(url, 'popUpWindow', 'height=350, width=450, left=200, top=200, resizable=no, scrollbars=no, toolbar=no, menubar=no, location=no, directories=no, status=no')
}


