var fDesc=new Array(); fDesc[0] = "FolderView 2.2 by South Bay Software is an application that allows printing file listings of your folders. Also you can save the file listing of any folder as a text file on your computer. The application’s main window consists of a folder tree, a list of files that are included in selected folder and a toolbar. All you have to do is to find the necessary folder using the folder tree and edit its list of files as you like. For example you can hide and unhide columns that include certain information about each file, like the date it was created, its size, the date it was modified, file's type and many more. FolderView 2.2 also supports a range of multimedia file formats, like MP3, WAV, AVI, OGG and others. So you can include in file listings such informational columns as genre, title, artist, track number and others. You can customize appearance of your file listing not only by selecting columns you need but also by changing font preferences, like size and style. This program has a very easy-to-use interface. Despite its limited functionality it can become an essential tool for many users."; 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 = ''; } }