function mailpage()
{
  mail_str = "mailto:?subject=Information: " + escape(document.title);
  mail_str += "&body=This Tewkesbury WebSite is an excellent information resource - please see of particular interest - " + escape(document.title);
  mail_str += ". You should check this out at, " + escape(location.href); 
  location.href = mail_str;
}