function winPopup(newURL) {
window.open(newURL,'Terms','toolbar=no,location=no,scrollbars=yes,resizable=yes,width=820,height=700,top=100,left=100')
}

