function winPopup(newURL) {
window.open(newURL,'screen','toolbar=no,location=no,scrollbars=no,resizable=no,width=696,height=506,top=0,left=20')
}

