<!-- begin
function mailpage()
{
  mail_str = "mailto:?subject=" + document.title;
  mail_str +="&body= You may enjoy a look at this website: http://www.wastewaterconsultants.com.au/" 
  location.href = mail_str;
}
// end -->