var fDesc=new Array(); fDesc[0] = "Primitive File Size Chart is a simple tool that will analyze the specified disk or folder and show you 50 largest files and 50 largest folders. The result of this analysis will give you the idea about what occupies a lot of space on your disk. For example, it may be useful in case you need to free a lot of disk space. Among them there can be huge files you had no idea about or forgot to delete. Besides regular users, Primitive File Size Chart will be useful for professionals engaged in processing large arrays of video and audio files and also for system administrators."; 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 = ''; } }