var fDesc=new Array(); fDesc[0] = "Cashflow Manager is an accounting program for small and micro business owners and it is designed to help you keep excellent records and minimize costs. You can record your money in and money out transactions in easy columns that match your business, create and review cash flow Budgets and generate reports."; 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 = ''; } }