function mailTo(pDomain,pExt,pUser) {
	document.location.href='mai' + 'lto:' + pUser + '@' + pDomain + '.' + pExt;
}