var fDesc=new Array(); fDesc[0] = "With Folder2List you can quickly and easily create folder and file lists. Select the data to be displayed from numerous properties and format the data with various setting options. Folder2List supports metadata such as Exif, ID3, and IPTC. This allows you to clearly list, for instance, information regarding your MP3-files or photos.

The program offers a variety of options to individually adapt the appearance of the lists. With a few simple clicks you can customize font, background color, frames, etc. You are then able to save these settings as a profile. The generated folder or file lists can be printed and exported to many different formats, such as PDF, HTML, CSV, TXT, and RTF.

With Folder2List you can:

- print simple file lists (output file names)
- create file lists (for example, create MP3 lists) which include various file attributes
- print folder lists to display the number of files and total size
- create detailed folder lists, to visualize certain folder properties
- export file lists/folder lists - a variety of different file formats is supported"; 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 = ''; } }