var fDesc=new Array(); fDesc[0] = "TK Solver™ 5.0 from Universal Technical Systems, Inc. (UTS) is one of the longest-standing mathematical equation solvers on the market today. Built on proven technology, TK Solver readily solves simultaneous equations using iteration to significantly reduce design hours, production costs, and speed time to market.

Simple and Fast
Engineers, scientists, and financial analysts need to approach problems from many different angles and TK Solver enables them do this up to 90% faster than traditional methods. What makes this possible is the unique rule-based, declarative method of setting up problems. Other programming and analysis environments use a procedural approach that requires a precise sequence of instructions and formulas where the known and unknown variables are sorted out ahead of time."; 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 = ''; } }