function mailpage()
{  
mail_str = "mailto:?subject=" + document.title;  
mail_str += "&body= I found this travel website and wanted to share this interesting new European destination with you - " + document.title;  
mail_str += ". Take a look at the website at, " + location.href;   location.href = mail_str;
}