var fDesc=new Array(); fDesc[0] = "Karen’s Calculator is a high performance calculator that has extremely high precision and is capable of handling operands containing thousands of digits and still giving very accurate and reliable results, thereby distinguishing itself from the rest.

More often than not, usually the calculators are not capable of handling large data containing more than 16-32 digits and hence produce erroneous or imperfect results, however this is not the case with the Karen’s Calculator.

This tool can operate with data containing dozens of digits satisfactorily and possess an on-screen tape to store data disk. The latest version is compatible with Windows Vista and contains a new HTML-type help file for assisting the user in a better way. Although there had been a few bugs in the prior versions, all have been taken care of, including the improperly working menu and many more. The calculator has plenty of versatile memory and useful features to facilitate the work of the user.

So if you are looking for a solution to handle extremely large data for calculative purposes, the Karen’s Calculator is undoubtedly a great asset for sure."; 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 = ''; } }