var fDesc=new Array(); fDesc[0] = "Scientific calculator gives students, teachers, scientists and engineers the power to find values for even the most complex equation set. You can build equation set, which can include a wide array of linear and nonlinear models for any application.
Main Features:
- Linear equations
- Polynomial and rational equations
- Nonlinear exponential, logarithmic and power equations
- Pre-defined mathematical and physical constants"; 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 = ''; } }