function emailPopup(copyURL,newwidth,newheight) {
   window.open(copyURL, 'theconfirmWin', 'toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,width=500, height=420');
};