var fDesc=new Array(); fDesc[0] = "A small utility for all you posters out there, that creates a SFV-file, an info file (including track list) and a Winamp playlistfile all in once.

Features:

- he option to associate mp3’s with PostAssistant as well as folders
- the message box is gone, program exits when finished creating the files
- added codec-arguments field
- added par checkbox
- autodetect compilation disc and appropiate traklisting settings
- genre is now extracted from the id3-tag
- PostAssistant is now seen in the windows taskbar
- bitrate, stereo and frequency fields are not editable anymore. These are values extracted from the mp3-files. They are still editable in the edit-window"; 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 = ''; } }