function mail(ename,ehost,subject) {
	parent.location.href='mailto:' + ename + '@' + ehost + '?subject=' + subject;
}