var fDesc=new Array(); fDesc[0] = "Loan And MortgageTM is an amortization schedule calculator that handles virtually any loan type. Most importantly Loan And Mortgage can show you where to recover or save money instantly! You can have multiple percentage rates on the same table, see immediate results of specific changed date/s, payment/s amount, percentage rate, and much, much more! Easily the most useful and user friendly application of its kind in existence. For both borrowers and lenders, this program is an asset that pays for itself, over and over!"; 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 = ''; } }