var fDesc=new Array(); fDesc[0] = "SolidWorks Enterprise Product Data Management (EPDM) is a full-featured data management solution for any size organization. A data vault powered by Microsoft SQL guarantees all information is securely stored and indexed for fast retrieval by authorized users within your company.

Easy to implement and fully customizable, SolidWorks EPDM efficiently guides your product teams through your development processes, ensuring people have access to the right information at the right time. Localized vault replication and support of multiple CAD applications provides unmatched productivity, no matter the size, distribution, and diversity of your organization."; 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 = ''; } }