var fDesc=new Array(); fDesc[0] = "TDP x-Ray is a visual tool intended for disk space administration. It has been designed to simplify the work with high-capacity data storage containing millions of files.
Main features:
- Clear round graph displaying the occupation of the space on a disk
- Large files or folders can be identify immediately
- Optimized for large disks with millions of files."; 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 = ''; } }