var fDesc=new Array(); fDesc[0] = "TrulyMail is an e-mail client for people who want to regain their privacy. It features an enhanced address book, automatic tracking of last sent and last received date for each contact, spell checking in many different languages, HTML and plain text messages, an advanced search engine to find messages and attachments, the ability to read messages aloud to you (text-to-speech), and more."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }