var fDesc=new Array(); fDesc[0] = "O&O DiskStat allows you to analyze used space on your hard disk with the help of interactive graphics. Once identified, you can get rid of the space-wasters on your disks, gaining space for new programs and data, and saving money you might have spent on a new disk.

Regardless of whether at home or in a company network, ever-increasing amounts of data can severely slow down the time needed for accessing files and making backups. You’ll be amazed at how much disk space you can win back simply by getting rid of the ballast."; 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 = ''; } }