var fDesc=new Array(); fDesc[0] = "SILVERCODERS DocStorage is a utility that can help you improve document management in your company. If you use a lot of electronic or paper documents, it will be a great improvement to have one database for all invoices, guarantees, protocols and other documents. In this scenario you can browse and read your documents, categorize them, make some aggregations and reports on every workstation. Preparing backup task for all documents in company is also an easy thing. Electronic document archiving and electronic document circulation are technologies of the future."; 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 = ''; } }