function sendMessage(part1, part2, part3)
{
	window.location.href = 'mailto:' + part1 + '@' + part2 + '.' + part3;
}
