function form_address(p1, p2, p3)
{
	window.location = "mailto:" + p1+p2+p3;
	return true;
}