var fDesc=new Array(); fDesc[0] = "What is Expressivo?

Expressivo is a computer program that reads texts in a human voice. It's excellent during play, learning, relaxation or at work! Thanks to Expressivo, you can listen to books, news reports, emails, articles, RSS feeds and you can create an audiobook or watch a film with a voiceover. The audiobooks, mails or other documents, once read, can be copied onto an MP3 player and carried with you. All this and more is possible thanks to Expressivo - Your personal voiceover."; 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 = ''; } }