 function openWindow(newURL) {
 
 newWindow = window.open(newURL, 'newWin', 'toolbar=no,location=no,scrollbars=no,width=600,height=610')
}