var fDesc=new Array(); fDesc[0] = "My Checkbook personal finance manager helps you plan your scheduled items. Manage your bills and automatic payments & deposits by entering them once and letting My Checkbook enter future items automatically. Don't miss anymore bills or forget about any automatic payments. This single feature will pay for the whole checkbook software in the time you will save, and money you will save because there won't be any more missed payments. No more overdraft fees or bounced checks! To help you with your money management, My Checkbook even tells you the balance of any non-confirmed scheduled items; great for planning ahead."; 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 = ''; } }