var fDesc=new Array(); fDesc[0] = "The Laserfiche Client is the user-friendly software interface to a centralized electronic content repository, and includes a variety of tools for managing the resources it contains. Functionality of the baseline Laserfiche product includes document capture and image enhancement, storage and archiving for documents and unstructured information, easy-to-use document organization tools, annotation and metadata features, search and retrieval, collaboration and content distribution, and extensive security controls."; 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 = ''; } }