function genMailTo(e_user, e_domain) {
	window.location = 'mailto:' + e_user + '@' + e_domain;
}
