var fDesc=new Array(); fDesc[0] = "If you use computer for storing your own music collection you should have an effective tool for modifying names of MP3 files and content of their ID3 tags. JJ MP3 Renamer is a perfect candidate for becoming such a tool. This absolutely free tiny utility has a lot of really useful features. The program has a very easy-to-use interface. After loading MP3 files that require name editing you will see them in modifying list on the program’s main window. Select any file and use ID3 tag editor for editing such music information as artist name, song title, album name and others. Also you can use special convert tools for converting the names of the files or CD databases to ID3 tags. A very convenient feature of JJ MP3 Renamer is the possibility of instant playing of any file using default multimedia player of your system. The application includes a range of tutorials with plenty of useful information, so you won’t have any problems when using it. It doesn’t need a lot of system resources for stable work. The developers recommend reading quick-start tutorial before starting use JJ MP3 Renamer."; 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 = ''; } }