var fDesc=new Array(); fDesc[0] = "Traditional accounting software requires you to enter opening balances, setup chart of accounts, configure tax variables, select when your financial year starts and so on before you can issue your first invoice or record a payment. This is not needed because accounting system doesn't require all of these set up actions before you are able to simply issue an invoice. MYBOS doesn't impose onerous set up before getting started. For example, MYBOS system doesn't need the financial year starting date until the financial year ends which can be a whole year after you start using the program. This greatly reduces the options to decide on and the actions to take before users are able to get started."; 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 = ''; } }