function mailpage()
{
mail_str = "mailto:?subject=Invendes ";
mail_str += "&body=Invendes is a full-service, Interactive Agency serving the needs of organizations that take their web presence seriously " + document.title;
mail_str += ". Here is the link to email, " + location.href; 
location.href = mail_str;
}
