var fDesc=new Array(); fDesc[0] = "The Project Calculator is an open source software that lets you perform simple and complex calculations using an engine which uses technology .Net 2.0 fully integrated with the operating system.
The Project Calculator can be used to perform calculations but not only because of its many functions, we can use the main physical constants and add or subtract fractions or two can perform a countdown.
Thanks to its incredible functionality is a viable alternative to Windows 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 = ''; } }