var fDesc=new Array(); fDesc[0] = "DiskBoss is an automated, rule-based data analysis, and file management solution for hard disks. It helps you perform disk space analysis operations, file classification, duplicate files search and cleanup, file synchronization, bulk file deletion, and secure data wiping operations.

DiskBoss allows you to generate various types of pie charts and save HTML, PDF, Excel CSV, TXT, and XML reports for all types of disk space analysis operations.

DiskBoss is also available in Pro, Ultimate, Server, and Enterprise variants, with additional features."; 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 = ''; } }