var fDesc=new Array(); fDesc[0] = "MP3Ext is a freeware program that helps you to get information of your music files without having to open any program, as MP3Ext integrates with Windows explorer.
MP3Ext is an extension for the Windows Explorer.
It enhances it, so you can get information in many ways:
-A PropertyPage is installed, where you can fully edit the ID3-Tag
-An icon-handler for individual icons is included too. There are more icons available in the developers webpage.
-Tooltips, when you simply leave the mouse over the MP3-file (only with IE4.0 Active Desktop)"; 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 = ''; } }