function mailpage()
{
  mail_str = "mailto:?subject= Royal Forest of Dean Information: " + escape(document.title);
  mail_str += "&body=This RoyalForestofDean.Info WebSite is the worlds Internet resource for one of the most beautiful and unique regions in the UK where Kingdoms have been won and lost - please see of particular interest - " + escape(document.title);
  mail_str += ". You should check this out at, " + escape(location.href); 
  location.href = mail_str;
}