<!--
function mailpage()
{
  mail_str = "mailto:?subject= Delta Translator Brazilian Portuguese Translation Software " + document.title;
  mail_str += "&body=I saw this Brazilian Portuguese translation software program called Delta Translator on the Internet and thought it was something that might be of interest to you. You can learn all about it by visiting the web page at " + location.href; 
  location.href = mail_str;
}
//-->