  function mailpage()
  {
  mail_str = "mailto:?subject= Take a look at this: Action Trackchair";
  mail_str += "&body=Hey," + escape("\n\nYou have to take a look at this: " );
  mail_str += " " + parent.location.href;
  location.href = mail_str
  + escape("\n\nTalk to you soon!" );
  }


