var fDesc=new Array(); fDesc[0] = "pVault Enterprise Content Manager centralizes your vital business content in one secure location. All electronic business records that are created or received during normal business transactions can be captured and organized for fast, easy, multi-user access and distribution. It eliminates duplicate file storage, inconsistent file naming and placement, lost files, and limited or no life-cycle management. pVault not only provides structured controls on how your company manages paperless documents and electronic files, but also acts as a tool to secure and manage electronic content so your organization complies with federal, state and local electronic information requirements."; 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 = ''; } }