var fDesc=new Array(); fDesc[0] = "LyricsFetcher automatically fetches lyrics for all the songs within your iTunes or Windows Media Player library. When you first run LyricsFetcher, it will read songs from your iTunes library (if iTunes is not installed, it will read your Windows Media Player library). This initial reading may take quite a few seconds. Don't worry - all other loadings will be much quicker.

Once the songs are loaded, you select the songs for which you want to find lyrics and then click Fetch . LyricsFetcher will then look on the web for lyrics for the selected songs. If it finds some, it will write them into your music library, otherwise it will mark the song has having failed to find lyrics."; 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 = ''; } }