function mailpage()
{
	mail_str = "mailto:?subject= " + escape(document.title);
	mail_str += "&body=  You may be interested in the following page on the New South Wales State Emergency Service website: " + escape(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;
}
