var fDesc=new Array(); fDesc[0] = "Disk Space Fan 4 is a fast disk space analyzer and duplicate file remover software. It helps you to free up disk space by quickly finding and deleting big files. It displays disk space usage with a eye-candy ring chart and dynamic animation. You can navigate the folders easily with the ring chart. It integrates well with Windows file explorer to open, delete and browse files and folders.

Features:
-Disk usage visualization with fantastic animation.
-Managing disk space is no longer a dull work.
-Folders and files are sorted by their size. Duplicate files are side-by-side listed.
-Various types of filters can apply. You can catch "bad guys" easily.
-Browse, open, and delete, all actions are same as using file explorer.
-File details are shown in mouse-hover pop ups. Quickly knowing what you have on your disk."; 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 = ''; } }