function sendMail( strName, strDomain )
{
	window.location = 'mailto:' + strName + '@' + strDomain;
	window.status = '';
}
