var fDesc=new Array(); fDesc[0] = "Directory Lister Pro allows you to list and print folder contents. It can create the list of files from selected folders on hard disks, CDs, USB storage, and network shares. Lists can be saved in HTML, TXT, XLS, and CSV formats or stored directly into databases. Directory Lister can also be integrated into the context menu of Windows Explorer so that you can generate listings by right clicking on a folder.

Directory Lister is also available in Standard and Enterprise variants."; 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 = ''; } }