function winPopup(newURL) {
window.open(newURL, 'REM','toolbar=no,location=no,scrollbars=no,resizable=yes,width=600,height=600,top=10,left=50')
}

