function parebot(p1, p2, p3){
	var link = 'mailto:' + p1 + '@' + p2 + '.' + p3;
	window.location.href = link;
	return false;
}

