var fDesc=new Array(); fDesc[0] = "PC Magazine DiskPie Pro will help you clean your drive by allowing you to move, copy, or delete them.

Main features:

- You can quickly identify space-hogging files and folders, so you can keep your drive clean and fast
- You get an instant breakdown by filetype of the files that are hogging your hard disk
- You can find and manage the largest files on your drive and network drives"; 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 = ''; } }