var fDesc=new Array(); fDesc[0] = "Mp3tag is an application that allows you to edit metadata from audio files. With this application, you can import all your files and their respective metadata information and export them conserving the data. If you have files that don't have information, you can add them to this application and you can input the information manually. You can later then export the MP3 metadata to new files or the same files. The graphical user interface is really simple and easy to use. All the options are pretty self-explanatory and simple. Mp3tag supports a great array of features, so you will most likely able to open any of your files with this application. There is a nice feature called freedb, which is an online database that allows you to download information about your songs. This application can create playlists automatically based on the information of your files. It is also good for removing characters or strings of text from your files. You can even export the metadata information to HTML files, and more."; 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 = ''; } }