var fDesc=new Array(); fDesc[0] = "TI-Nspire CAS Student Software is a powerful computer software with a Computer Algebra System (CAS) that satisfies math and science curriculum needs from middle school through college. Symbolically solve equations, factor and expand variable expressions, complete the square, find antiderivatives, compute limits, find exact solutions in irrational form 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 = ''; } }