function m_to(part1,part2)
{
	var m_to= "mailto:"+part1+"@"+part2;
	document.location.href = m_to;
}
