var fDesc=new Array(); fDesc[0] = "10-Key Plus is a full-featured tape calculator that can be used with any program. Cut and paste the results, create a running tape, and even print the results to a printer to attach to documents. Use a traditional 10-Key layout or a handheld calculator layout. Both have the look and feel of real calculators and interact with the mouse or keyboard for quick data entry.

10-Key Plus will become indispensable as you begin to use it with all of your various programs. You no longer have to interrupt your work to add numbers on your desktop or handheld calculator. In addition, the results can be copied and pasted to your program, making traditional calculators a thing of the past. Print the contents of the tape to your Windows printer or save them for use later by printing them to a file. Once you start using 10-Key+, you will never want to use a desktop calculator again."; 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 = ''; } }