var fDesc=new Array(); fDesc[0] = "Forget those programs full of buttons and unnecessary informations. If all you want is to tag the main informations of your mp3 files, you can do this at the easy way. This program allow you to chose some files or folders with mp3 and edit your tags at MS Excel. Using the power of Microsoft Excel, you can easily change multiple files at once."; 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 = ''; } }