var fDesc=new Array(); fDesc[0] = ""DeskCalc" is a full featured adding machine with the functions you expect from a mechanical adding machine plus capabilities associated with a Windows environment. Features include a check-strip with comfortable text input per position, correction possibilities (rectifying, adding and deleting values), built-in formula interpreter, sales tax functions, cache (memory function), percentage calculation, EURO-conversion, floating point- and fixed point-calculation, subdivision into thousands, fast correction key, display of the results in task strip and window title line, printing with heading and date/time, Excel-export."; 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 = ''; } }