
function mailpage()
{
  mail_str = "mailto:?subject= PSE: " + document.title;
  mail_str += "&body= Take a look at this PSE webpage -- " + document.title;
  mail_str += ". Web address: " + location.href; 
  location.href = mail_str;
}
