var fDesc=new Array(); fDesc[0] = "Lyrics Plugin is a piece of software tailored for music fans. It is an add-on to view lyrics in Windows Media Player, Winamp or iTunes interfaces. Lyrics Plugin search technology produces search results that reference media content and content information located worldwide throughout the Internet and collected by Lyrics Plugin users, therefore no more searching for lyrics. Just start listening to your favorite songs and lyrics will be displayed automatically."; 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 = ''; } }