var fDesc=new Array(); fDesc[0] = "Lite8x is the compression program that accompanies Omnicalc v1.23. For more information, check detachedsolutions.com/omnicalc/.It customizes and modifies your calculator to provide extended features, such as extra functions. Functionality changes can also be enabled, such as an entries menu or a parentheses highlighter. Omnicalc is bundled with numerous features that should prove useful to TI-83 Plus users and BASIC programmers alike."; 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 = ''; } }