var fDesc=new Array(); fDesc[0] = "ProKalc is a full-featured scientific/financial calculator with scrolling tape. Using a point-and-click interface, you enter data for trig, exponential, scientific, and amortization
problems and get immediate answers, with your input reviewable on tape. You can print results to the Clipboard, a file, or a printer. Ten editable memory locations, online context-sensitive help, and pop-up work screens for complex calculations. ProKalc features 15-digit accuracy in scientific mode along with multi-pane financial and geometry modules to ease calculations."; 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 = ''; } }