var fDesc=new Array(); fDesc[0] = "The Ultimate Debt Manager is a debt management and reduction tool designed to handle the complex financial situations of today's American family.

The Ultimate Debt Manager was developed specifically to help those who find money management difficult, boring or who really just don't want to spend hours on it. Following it's simple recommendations, you'll know where to best use any excess cash you might have from your income. Even if you have low, or heaven forbid no income, it'll offer some recommendations on what debts to payoff at what rate."; 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 = ''; } }