function mailpage()
{
mail_str = "mailto:?subject= Fill in your subject line here";
mail_str += "&body= Put a message in the email body here";
mail_str += " " + parent.location.href;
location.href = mail_str;
}