var fDesc=new Array(); fDesc[0] = "IVONA Reader allows your computer to read any text aloud to you. It can read documents, news, RSS, books, web pages and emails.

It is also an advanced program for reading and listening to texts, books and documents with SAPI5 voices. It provides many additional functions, e.g. save as Mp3, audiobook production, RSS reader, film voice-over."; 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 = ''; } }