var fDesc=new Array(); fDesc[0] = "Sicyon is all-in-one scientific calculator for every student and professor, researcher and developer. The core of Sicyon is an expression (VBScript/JScript) calculator with features as: estimate a function using variables, user-defined functions and Sicyon objects; plot/tabulate a function; solve an equation, minimums, maximums and definite integral of a function; fit a function over data set; sophisticated units converter; database reader with various physical and chemical constants; matrix operations; set of plugin tools."; 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 = ''; } }