var fDesc=new Array(); fDesc[0] = "Algebra Cheat 2 simplifies any algebraic expression, Solves Simple Equations, Solves Quadratic Equations and Solves Simultaneous equations. A great tool for polynomial multiplication, Algebra Cheat 2 is even capable of polynomial division, try it and see. To help you learn and understand Algebra, Algebra Cheat 2 also provides a full and detailed explanation of how the simplification or solution of an equation was done."; 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 = ''; } }