var fDesc=new Array(); fDesc[0] = "Mp3nity is an intelligent MP3 tagger (tag editor) and manager and a CD ripper, designed for those who deal constantly with a large number of MP3 files. It has a very simple interface that allows you to browse multiple folders simultaneously, edit a large list of unsorted MP3s in seconds, autofix tags instantly, undo mistakes, export lists, move, copy, and delete files, and get lyrics and pictures from the Web. You get all this in a multithreaded environment for the most efficient performance and fastest management possible. Mp3nity can connect to major online databases to correct and complete your collection tags. It also can parse filenames and, inversely, features a versatile renamer/foldering system that allows you to organize files quickly and easily. It supports both ID3 v1,ID3 v2, lyrics, and picture tags."; 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 = ''; } }