var fDesc=new Array(); fDesc[0] = "The Digital Music Network is a free plug-in that works with your Winamp player. All you have to do is listen to music on your computer and DMN does the rest. As you listen to a song, DMN gives you information about the artist such as news flashes, concert schedules, new release dates, biographies, discographies, top 20 charts, message boards, chat functionality, and tons more."; 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 = ''; } }