function mailpage()
{
  mail_str = "mailto:?subject=Useful link from the OSR website";
  mail_str += "&body=This link is from the Office of State Revenue website. Please see > " + document.title;
  mail_str += " at: " + location.href; 
  location.href = mail_str;
}
