function doMail(email, subject) {
	location.href = "mailto:" + email + "?subject="+escape(subject);
}