var fDesc=new Array(); fDesc[0] = "MP3 Organizer is an organizer for your digital music collection. It can organize, sort, rename files, and remove duplicate files automatically. It can even process music files packed in ZIP and RAR archives.

You can organize music by genre, artist, album, etc., or specify your own, unique MP3 music organizing method. More than 963 music formats are supported, including MP3, WMA, RA, WAV, AC3, OGG, FLAC, AIFF, AAC, APE, AU, and hundreds of others."; 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 = ''; } }