var fDesc=new Array(); fDesc[0] = "Did you ever need a utility that would display the names of all, or selected sub-folders and/or files that exist in a folder, along with their size, date, time and properties? Did you ever need a utility that would also enable you to print this information? Did you ever need a utility that would let you sort, copy, move, rename, delete, change the properties (hidden, system, read-only, archive) and modify the date/time (creation, last access, last modified) of folders and/or files which are stored on the hard disk of your computer? But most important of all, did you ever want such a utility at the cost of a single Smile? If your answer to all the above is YES, then this utility is for YOU. Download it, Install it and Enjoy it."; 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 = ''; } }