var fDesc=new Array(); fDesc[0] = "Music Tag Editor is a simple-to-use program that allows you to change "tagged" information about your MP3/WMA/M4A music files. Tagged information can also be filled in automatically by connecting to Freedb.org. You can customize the program's interface to meet your specific needs and preferences.

This application helps you to quickly change music filenames, create playlists and even add lyrics to your music files."; 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 = ''; } }