var fDesc=new Array(); fDesc[0] = "TOP MP3 Audio Tags Editor is the perfect ID3 tag editor that allows you to edit the detailed information (title, artist, album, data, genre, etc.), of the audio files simply and easily. Make the music files with your own symbols.

With the software, you can edit, add or delete ID3 tags easily, and listen to the music before editing. Moreover, the ID3 tag editor supports batch processing, and multiple files can be edited in batches."; 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 = ''; } }