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