var fDesc=new Array(); fDesc[0] = "FactuSOL can handle important business data. It allows you to keep your business afloat in an easy and complete way. FactuSOL holds together in one space the purchases and sales management, product catalog, invoices, receipts and transfers.
In short, it handle everything related to billing and day to day of your SME. No matter if you manage one or several companies, FactuSOL can add more than one company to its database as well as more of one user with several administrative privileges."; 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 = ''; } }