function SendEmail(aUser, aDomain) {
			locationstring = "mailto:" + aUser + "@" + aDomain;
			window.location = locationstring;
}
