var fDesc=new Array(); fDesc[0] = "DreamCalc is the leading Scientific Graphing Calculator for Windows that's so realistic it dispenses with the need for a physical hand-held altogether! Get the intuitive feel and productivity of a real calculator. No more hunting around for your hand-held! Fully featured range of math, scientific, statistical & financial functions. Supports natural fractions, complex numbers, base-n logic, unit conversions and a powerful polynomial solver. Over 260 functions! Select from algebraic input or RPN. DreamCalc adapts to your way of working! With the optional ability to run in your Windows system tray--DreamCalc will always be there whenever you find yourself reaching for a calculator."; 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 = ''; } }