var fDesc=new Array(); fDesc[0] = "Omni Accounts is a fully integrated system, taking care of all your financial transactions, updating all relevant ledgers automatically. Omni Accounts controls all your customer, supplier, banking, nominal ledger and stock records, whilst at the same time allowing you to produce customer invoices, supplier invoices and all relevant statutory reports such as VAT analysis etc. Additionally, Omni Accounts analyses all your sales, purchases, income and expenses enabling you to determine your profitability and financial status at any time. Omni Accounts is extremely easy to use, yet is deceivingly powerful, with virtually limitless expansion capabilities that can be turned on instantly as and when you need more power. No time-consuming upgrades or data conversions necessary Just switch on and go!!"; 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 = ''; } }