var fDesc=new Array(); fDesc[0] = "MaxMyEquity is a software program simply designed to make YOUR money work for YOU and not your bank. MaxMyEquity provides you with different what-if scenarios which effectively takes the 30-year amortization schedule and turns it upside down, so you payoff most of your principal in the FIRST 7-10 years, NOT the last 10 years."; 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 = ''; } }