var fDesc=new Array(); fDesc[0] = "Formulize or Eureka II is a program that looks and feels like a spreadsheet, but has the ability to search the data and find mathematical patterns underlying it. Features:
-Discover mathematical relationships between columns of your data
-Find dynamic relationships in time-series data, in the form of differential equations
-Reveal other hidden patterns and invariants in your data
-Highlight anomalities and suggest where new data is needed
-Produce reports that summarize these findings"; 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 = ''; } }