var fDesc=new Array(); fDesc[0] = "FX Equation is simply the fastest way to produce mathematical and scientific equations. It provides an equation creation environment that really is "Astoundingly Quick".

It adds automatic vertical alignment of equals signs and a high speed toolbar entry system that can speed up entry of more complicated equation. It also adds short division signs, "fill in the blank" boxes, combinations, permutations, arcs, highlighted lines and an on-screen keyboard for use with interactive whiteboards.
To use this program, you just type the equation. This software looks at what you have typed and puts everything in the right place. You never have to touch the mouse."; 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 = ''; } }