
function hideMail2() {

var mail = "tomwilkes2@aol.com" ;
var string = "?body=Please tell me more about Project Interspeak and how I can help!&subject=Information about%20" + document.title ;
var ref = '<A  onmouseover="window.status=\' '+'Click to Email\'; return true" onmouseout="window.status=document.title" HREF="';
output = ref + "mailto:" + mail +  string + '"TITLE=\"Click Here to Email\">' + 'Tell me more!</A>' ; //text or img src
return output;

}