function sendEncMsg(domain,user,tld)
{
	locationstring = 'mai' + 'lto:' + user + '@' + domain + '.' + tld;
	window.location.replace(locationstring);
}
