var fDesc=new Array(); fDesc[0] = "eClipseReader is IRTI's industry-leading DAISY digital Talking Book reading and studying application. It will read DAISY 2.02, DAISY 3 and DAISY / NISO 2005 talking books as well as text files. This is a completely self-voicing application with built-in hot-key commands and instruction manual for ease of use. eClipseReader Plus includes study tools for taking notes, insert bookmarks, and managing your personal book library 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 = ''; } }