var fDesc=new Array(); fDesc[0] = "Make your own .lrc lyric files, put them on your MPx player and watch lyrics while you're listing to your MP3 songs on your MPx player.

You will need Winamp installed so you can synch the lyrics with the correct timing of the song. Open LRC Editor 4.0 and paste contents of clipboard to the editor's work area (the white area). Ensure that the lyrics are arranged one line after the other, vertically oriented."; 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 = ''; } }