var fDesc=new Array(); fDesc[0] = "The InaCalc.Net component integrates expression parsing, evaluating, and dependent formula recalculation.
The InaCalc.Net component is useful in two general areas when:
-a formula has to be defined and evaluated at runtime.
-a set of formulas that depend on each other are defined, configured, and evaluated at run-time.
The InaCalc.Net component supports conventional math operators and functions and is suitable for heavy-duty number crunching. It also supports other data types, such as string, date-time, logical, and operators and functions for these data types.
It allows defining variables and sets of related formulas that implement spreadsheet-like recalculations.
The various ways data flow, the custom function support, and the different modes of work give power and flexibility."; 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 = ''; } }