var fDesc=new Array(); fDesc[0] = "TValue is professional amortization software for Windows OS. Use the TValue amortization software to structure loans, loan modifications, leases, troubled debt restructurings (TDRs), and to solve any time value of money calculations in seconds.

Main features:
- Verify loan balances and print payment schedules.
- Enter irregular payments with improved cash flow entry.
- Determine year-end interest income.
- Compute internal rate of return."; 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 = ''; } }