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