function mailpage()
{
  mail_str = "mailto:?subject= Cotswolds Information: " + escape(document.title);
  mail_str += "&body=This Cotswolds.Info WebSite is a good Internet resource for one of the most beautiful and unique regions of the UK - please see of particular interest - " + escape(document.title);
  mail_str += ". You should check this out at, " + escape(location.href); 
  location.href = mail_str;
}
