//document.domain = "nuveen.com";



function funSendTessAttachmentInfo(strTitle, strEmailUrl, strPartnerServer) {
	//alert(strEmailUrl);
	
	//parent.window.opener.document.newEmailForm.emailTextBody.value = window.opener.document.newEmailForm.emailTextBody.value+ '\n' + strTitle + ' -- '+ strEmailUrl ;
	//parent.window.opener.document.focus();
	strEmailUrl = "http://www.nuveen.com/Home/Documents/Default.aspx?fileId=" + strEmailUrl;
	top.location.replace("http://"+strPartnerServer+"/email/wireFrame/procPassData.aspx?title="+strTitle+"&dmaturl="+strEmailUrl);
	//parent.funPopulateMessageBody(strTitle, strEmailUrl);
	
}


