function GenerateMail(m)  {
	document.location.href='mailto:'+m.split(',')[1]+'@'+m.split(',')[0];
	return false;
}