var fDesc=new Array(); fDesc[0] = "MP3-Tag-Editor is a powerful yet easy to use application that allows you to modify the track information (ID3v1 and ID3v2) of mp3 files in a fast and simple manner. This incredible program is very useful to tidy up your mp3 collection and find your music easily. Moreover, the application features a very simple and intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze. The application also allows you to type the track information of many mp3 files simple and fast or apply the track information from the file name. In addition to this, you can rename the mp3 files by their track information, copy the complete track information or parts of it from one to another file, load the track information automatically from an Internet database and export the information to html (web page), excel or create playlists. Most actions can be executed on one or multiple files. All in all, if you are looking for a handy and efficient tool to modify the track information of mp3 files more easily, MP3-Tag-Editor is perfect for you."; 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 = ''; } }