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