var fDesc=new Array(); fDesc[0] = "With ecoDMS you can store digital and paper documents in a central digital archive. You can save virtually any file format in the ecoDMS Archive. You can drag and drop documents, which are already saved on your computer, into the archive. Depending on the document, you can classify them either manually or automatically with the template designer. With the right classification attributes, you can assign the document type, the customer folder, the date, the responsibilities, and much more information to the document, all of which can be edited at any time."; 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 = ''; } }