function mailpage()
{
  mail_str = "mailto:?subject=" + document.title;
  mail_str += "&body=" + document.title;
  mail_str += ". Έλεγξε το: " + location.href; 
  location.href = mail_str;
}
