function openemail(part1, part2, domain, country) {
	window.open('mailto:' + part1 + part2 + '@' + domain + '.' + country, '_self');
}
