var fDesc=new Array(); fDesc[0] = "Create a list of your mp3's. Include info of your choice (size, time, bitrate, stereo mode, path, date, etc). Save in internal format or export as text, html or xls. Import lists created by other applications. Find duplicates in your list. Compare your list to other people's lists (find out what others have that you don't, and the opposite). Insert & edit items. Plenty options to satisfy almost anyone. NOTE: by registering mp3 List Maker De Luhe, you get other two handy mp3 utilities for free: mp3 Frame Editor (editor with no encoding and decoding back to mp3 - loss of quality) and mp3 Frame Remover (simplified version of mp3 Frame Editor, used for easy trimming of mp3 files).Program limitations:It would be fair to state what this program doesn't do first. It can list only 32, 44.1 and 48 KHz mp3's, with size in range 1Kb-2Gb. This shouldn't concern you too much, if you plan to make a song list. I have more than several thousand songs, and they all meet these criteria. Song titles are taken from filenames. No info from the tags is read. This utility is not primarily designed to print cd labels, although some use it for that as well. You can't run multiple instances of this program (nor open multiple lists at the same time)."; 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 = ''; } }