var fDesc=new Array(); fDesc[0] = "File & Folder Lister (2FL) is used to output your files/folders information, it suits all your outputting requirements. 2FL has a very friendly UI and easy to use. It supports to make files/folders listing as audio/video playlist (m3u, pls and others), PB resources (pbr) and text, Word, Excel, HTML documents, to output all items under a folder and all its sub folders and to customize all the properties for the files/folders that you want to display/output, even the format of date time, the unit and precision of size can be customized also. 2FL contains the size statistics for the selection files/folders tool also and can output the files/folders information for the remote host via the mapped network drives. Of course, the outputted listings may used to play music (for instance: mp3, wav, rm, and so on), backup and archive files/folders information, submit to your managers, send to your colleagues and friends, assist software development, and so on."; 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 = ''; } }