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