var fDesc=new Array(); fDesc[0] = "Mp3 Tag Assistant is an effective editor of mp3 tags, playlist/filelist generator and music file manager. You can change tags for a large or very large list of music files. You can first change the data virtually, while the program will save all those changes to files afterwards. You will also be able to make the filenames the way you want them, create playlists/filelists, copy the chang files to the folders with your favorite music and other."; 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 = ''; } }