var fDesc=new Array(); fDesc[0] = "EcoSqueeze is a small application used to defragment files created through Microsoft's OLE2 / Structured Storage Technology.
In contrast to a hard disc defragmentation, EcoSqueeze opens each file, examines it for dead content and removes it. This can result in substantial smaller files (up to 60%), of course without any loss of data.

For SolidWorks-files are special options available which can reduce the file size even further. For certain files this can be as much as an additional 50% over the defragmented size."; 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 = ''; } }