var fDesc=new Array(); fDesc[0] = "The TI-Reader Converter PC software allows you to download to your calculator entire sections of annotated text from works by the likes of Shakespeare. This easy-to-use PC software also allows you to create notes and highlight text. In addition, with the TI-Reader Converter, you can add content from online and other sources onto your calculator. The TI-Reader Converter software permits you to translate .txt, .html and .oeb files to the appropriate device format."; 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 = ''; } }