var fDesc=new Array(); fDesc[0] = "TSC - Loan Calculation Software is a full featured loan calculation software that will calculate your loans completely and precisely to the penny. With a simple user-friendly interface, TSC - Loan Calculation Software will display a graphical representation of where your payment is going, an integrated side-by side savings calculator and the yearly details of the loan.

This is your complete and precise source for financial software products and expertise. Walk in and explore the finest software selection of award winning loan management and amortization schedule preparation applications."; 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 = ''; } }