function mailpage3()
{
mail_str = "mailto:?subject=From ComputingComfort.org";
mail_str += "&body=" + document.title;
mail_str += ": " + location.href;
location.href = mail_str;
}
