var fDesc=new Array(); fDesc[0] = "This is a step-by-step algebra equation solver for Windows. Enter your problems into the program window and get instant step-by-step solutions with detailed explanations. You can then copy solutions and paste them into Word or other documents, and print them out for future reference.

With the Algebra Equation Solver, you can solve Single Equations (Linear Equations, Rational Equations, Literal Equations, Exponential Equations), and Systems of 2 and 3 Linear Equations: Substitution, elimination, 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 = ''; } }