var fDesc=new Array(); fDesc[0] = "SizeExplorer Free is a powerful disk space usage analyzer.

It provides you with a complete set of tools to help you manage your disk space easily. Features include folder size, graphical charts, file distribution statistics and reports (by size, extension, type, date, etc.), biggest files, network support, Unicode support, etc.

All the information provided by SizeExplorer Free will help you manage your drives easily. You will be able to rapidly spot large files that may be useless, and you'll have a good general view of the space usage distribution on your local and network drives.

It works with Windows 95/98/Me/XP/NT/2000/2003/Vista."; 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 = ''; } }