var fDesc=new Array(); fDesc[0] = "FX MathPack provides a collection of four powerful mathematical tools: FX Draw, FX Equation, FX Graph and FX Stat. FX Draw and FX Equation were originally designed as tools for mathematics teachers but are now used by teachers and students all over the world. FX Graph and FX Stat are primarily student tools for the exploration of functions, relations and statistics."; 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 = ''; } }