var fDesc=new Array(); fDesc[0] = "The CIEL Accounting application will allow you to correctly and completely manage your financial accounting activity, from inserting the primary records up to obtaining annual reports.
Features:
Intuitive and easy-to-use, even for beginners
No implementation needed
Permits work in a multi-company system
Unlimited number of records in the database
Allows you to work in a multi-exercise system and with multiple estimates
Works in a network with an unlimited number of users
It is easily installed
All reports used can be exported in .txt, .rtf, .pdf, .dbf, .xls formats
The product can be updated from the internet
Communicates in real-time with CIEL Business Management
Permanently updated according to the law in force."; 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 = ''; } }