var fDesc=new Array(); fDesc[0] = "This little program let you make a list of the files in one or more selected directory with ease.
If you need to have the list of your MP3 files, of your photos, of your documents on hand with Dirlister this will never be a problem again!
You can export your lists in HTML or Excel format in a few seconds."; 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 = ''; } }