var fDesc=new Array(); fDesc[0] = "FMS File Analyzer is a powerful and flexible hard disk space manager. With 3D charts, it is easy to visually track down disk usage and see the size of all folders including their subfolders. And follow the charts, you can find out and organize the files with the same file extension, the same file size range or the same file age range and export them to 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 = ''; } }