function mEmail(nimi,domain,subj) {
	lctn = 'mailto:' + nimi + '@' + domain + '?subject=' + subj;
	document.location = lctn;
}


