var fDesc=new Array(); fDesc[0] = "Algematics features :
Enter algebra straight from your text book or homework sheet.
All common algebra operations, including...
factorise, simplify, expand, complete the square, common denominators, substitute, reciprocals, cross multiply, and raise to powers.
Manipulate and solve equations.
The same commands work on numbers AND symbols.
Easy tutorial, worked examples and step by step instructions aimed at 13 year olds and up."; 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 = ''; } }