var fDesc=new Array(); fDesc[0] = "Fast Folder Eraser (FFE) Free is a useful Windows OS utility designed to quickly delete folders with a large number of files, without reduce system performances. If you have ever tried to delete a large folder structure with thousands of files, you probably noticed that Windows can take some time to delete completely the folder structure and most of the times you are unable to use the PC during the deletion process.

Fast Folder Eraser Pro can erase folders much faster, the files are not sent to the recycle bin but are deleted directly and the system performances are not altered. We even added an option to reduce memory usage during the deletion process to make sure the user can even play PC games when deleting a very large folder structure."; 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 = ''; } }