function mailpage()
{
mail_str = "mailto:?subject= Take a look at this page at Whale-Adventures.com";
mail_str += "&body= Check it out at " + parent.location.href;
location.href = mail_str;
}

