function mailpage()
{
mail_str = "mailto:?subject= Take a look at the Marina Mismaloya website!";
mail_str += "&body= Check this out at " + parent.location.href;
location.href = mail_str;
}
