var fDesc=new Array(); fDesc[0] = "Lyric Leech is a free Lyric Downloading application, which offers the ability to export song lyrics to text files, as
well as the ability to update the ID3 lyric tag of a song,
with downloaded lyrics.

Lyric Leech is a free Lyric Download application which simplifies and speeds up the task of downloading song lyrics.

Just simply enter the song title and it's author, and click "Go", to have the lyrics of the song appear in a text box."; 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 = ''; } }