var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to edit ID3 tags of one or more MP3 files. The user simply chooses files or can add an entire folder before extracting the current information and starting to edit where required. The changes can then be saved and the tag information can be exported to a file, if required. Using this time saving software, the tags of a large number MP3 files can be edited quickly. This can be very useful, for example, to add missing information to tracks in a music collection."; 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 = ''; } }