function mailpage()
{
mail_str = "mailto:?subject=You may be interested in this page from www.eurosafeuk.co.uk";
mail_str += "&body=The following page may be of interest to you: ";
mail_str += location.href;
location.href = mail_str;
}

