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