var fDesc=new Array(); fDesc[0] = "As an organisation serving the SME market, we needed business software that was available online, anywhere, anytime. You will find My Business Online Report Designer an easy-to-use accounting solution. Using My Business Online, you can manage your customers, suppliers and inventory items. As you process, My Business Online keeps track of sales per customer and per item, and purchases by supplier and item. You can create customer categories, supplier categories and item categories to analyse your sales."; 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 = ''; } }