function mailpage()
{
mail_str = "mailto:?subject= Child Health UK - The direct link to child health offices";
mail_str += "&body= Put a message in the email body here";
mail_str += " " + parent.location.href;
location.href = mail_str;
}