function mailpage()
{
mail_str = "mailto:?subject=Reference --- " + document.title;
mail_str += "&body=The above webpage article is interesting";
mail_str += " .%0D%0A%0D%0Aby RMS Bible Engineering . . . ";
mail_str += ".%0D%0A%0D%0A It can be viewed at:   " + location.href.toString(); 
location.href = mail_str;
}
