var fDesc=new Array();
fDesc[0] = "A HP 12c * RPN Financial Calculator software for Windows Mobile Pocket PC. Free Desktop Version!.
~ Looks as good as the HP-12c.
~ Performs as good as the HP-12c.
Calculate loan payments, interest rates and conversions, standard deviation, percent, TVM, NPV, IRR, cash flows, bonds and more. Ideal for real estate, finance, accounting, economics and business related work.
Features:-
RPN, Algebraic, Programming, Finance, Statistic Modes
More-than 130 built-in functions
Full Screen & Quick Stack Display
Window showing all of the financial registers
Programmable. KeyStroke programming- 400 Steps.
Amortization
Normal Distribution
Cash flow analysis
Bonds calculations
Date calculations
Statistical calculations
Mathematical calculations.
Also available MxCalc SE- The Decisive Calculator, MxCalc 15c, MxCalc 10BII & EngCalc - Engineering calculators. Visit the following page for more information & for free trial download of all Scientific, Engineering & Financial calculators...
www.3grtech.com
Note :- 30 Day Unconditional Money Back Guarantee with all our products. Free trial Calculator download. Free products delivered separately. *HP-12C is a trademark of Hewlett-Packard Company. We are not associated with Hewlett-Packard .";
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 = '';
}
}