var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to extract the ID3 tags of one or more MP3 files. The user simply chooses file/s or can add an entire folder before starting the extraction of tags. The results can then be saved as a text or Excel file and can be copied to the clipboard for pasting. There is a button for loading sample files for testing the software. With this time saving software, the tags of a large number of MP3 files can be extracted and saved with one click."; 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 = ''; } }