function mailpage()
{
	mail_str = "mailto:?subject=Email page: " + document.title;
	mail_str += "&body=  You may be interested in the following page on the ALP Abroad website. " + location.href;
	mail_str += "  (Please click on the link if your email software allows otherwise copy and paste the whole link into your web browser to view the page)";
	location.href = mail_str;
}


