var fDesc=new Array(); fDesc[0] = "Formerly BusinessBasics simple accounting software that easily manages your invoicing, expenses and GST. Perfect for sole traders and service providers without staff. The Business Insights dashboard gives you an instant snapshot of key financial indicators including profitability, customer analysis (eg. outstanding and overdue receivables), and account details (bank account, credit card balances, and more)."; 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 = ''; } }