var fDesc=new Array(); fDesc[0] = "Sage UBS:nine is introduced as a business management software that aims to lower operational cost and reduce risk for a more profitable and sustainable business.
Sage UBS:nine is divided into two modules; the first being the Accounting module, which comes with all the basic accounting functions, such as cash flow management, accounting processes, multi-currency, budgeting and accounts consolidation, to name a few.
The second module, Inventory and Billing, offers management of inventory, purchase process, sales and price, amongst other features."; 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 = ''; } }