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