var fDesc=new Array(); fDesc[0] = "Mp3 Tag Assistant Professional is a convenient and effective program for performing various operations with music files, such as MP3, WMA and others. Using this program, you can easily perform operations with lists of music files, the program is particularly optimized for working with large file lists. Using Mp3 Tag Assistant Professional, you can easily edit the tags of separate music files. Mp3 Tag Assistant Professional has all tools necessary to quickly edit the tags of separate music files, as well as unique features for editing large file lists. The program makes it possible to maximally automate the process of editing tags and other operations with 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 = ''; } }