function news_popup()
			{			window.open("/newsevents/news_popup.asp","popup","width=650,height=400,status=0,location=0,scrollbars,menubar");
			}
function pubs_popup()
			{			window.open("/pubs/pubs_popup.asp","popup","width=650,height=400,status=0,location=0,scrollbars,menubar");
			}
function transactions_popup(cRoot, transactionGuid)
			{			window.open(cRoot + "/offices/transaction.aspx?transaction="+transactionGuid,"popup","width=650,height=400,status=0,location=0,scrollbars,menubar");
			}
function email(cRoot)
			{			window.open(cRoot + "/email/email.aspx?PageURL="+escape(location.href),"popup","width=500,height=400,status=0,location=0,scrollbars,menubar");
			}
function ShowSurvey(surveyLocation)
{
	window.open("/"+surveyLocation+"/","Survey","width=500,height=600,status=0,location=0,scrollbars,menubar");
}
