var fDesc=new Array(); fDesc[0] = "The plug-in shows information about the current audio file in the Windows Media Player’s 'Now Playing' panel. The following information is displayed:

-Artist
-Album Title
-Year
-Title
-Duration - Bit rate
-Comments*
-Lyrics

To set this information you may want to use the audio file’s property page (Summary tab), Windows Media Player’s Advanced Tag Editor or software like Ultra Tag Editor.SivaSoftware Lyrics Plug-in is freeware. It can be downloaded and distributed freely."; 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 = ''; } }