function SendPage()
{
  mail_str = "mailto:?subject= Chirafisi Law Office, S.C.: " + document.title;
  mail_str += "&body= Chirafisi Law Office, S.C. 608.250.3500 or 1-866.514.0647 (www.chirafisilaw.com " + document.title;
  mail_str += ". View page at " + location.href; 
  location.href = mail_str;
}
