function mailpage()
{
mail_str = "mailto:?subject=Small Business Development Corporation website information about " + document.title;
mail_str += "&body=This is a page on the Small Business Development Corporation website that I thought you might find interesting ";
mail_str += " " + document.title;
mail_str += ". Link: " + location.href; 
location.href = mail_str;
}