function te(v1,v2) {
	location.href='mailto:'+v1+'@'+v2;
	return false;
}