var fDesc=new Array(); fDesc[0] = "The users can easily and quickly manage relationships when copying or renaming SolidWorks files, perform a where used search, and search for SolidWorks files on criteria such as configurations and properties.
SolidWorks Explorer is the only CAD file manager that’s as intuitive as Windows® Explorer, provides flexible, searchable file management for SolidWorks files."; 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 = ''; } }