var fDesc=new Array(); fDesc[0] = "TreeSize Personal is a powerful and flexible harddisk space manager for Windows 200X/XP/Vista. Find out which folders are the largest on your drives and recover megabytes on them. TreeSize Personal shows you the size, allocated and wasted space, the number of files, 3D charts, the last access date, the file owner, the NTFS compression rate and much more information for several folders or drives you choose. It also lets you search for old, big, temporary and duplicate files. The application has an intuitive Explorer-like user interface and it is fast and multithreaded. TreeSize Personal can be started from the context menu of every folder or drive."; 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 = ''; } }