var fDesc=new Array(); fDesc[0] = "The calculator JCalc can be used to do large calculations and has a history of 100 lines.
You can go back to an operation as the results are automatically recomputed.

The calculator JCalc remains open whilst you use other softwares programs.
It is always visible...

You can if you wish modify the height of the calculator.
In order to maximise the number of lines you see.

You can save and reload your results..."; 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 = ''; } }