var fDesc=new Array(); fDesc[0] = "The application is made for desktop clients (personal computers - workstations), and for mobile clients (mobile phones). Our application is addressed for judicial and physical persons which emit fiscal documents with special regime (invoices, receipts), money orders and payment bills.
Using iManager application you can administrate the clients, delegates and suppliers of your institution.
There is no problem for documents searching or data modification because you can use the search module which allow you to do a simple or advanced search."; 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 = ''; } }