var fDesc=new Array(); fDesc[0] = "Limewire Music lets you search and download songs from the Internet. This program can also be used to download any type of media file including movies, games, apps, and documents. Limewire Music connects with other file-sharers to find rare audio files quickly."; 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 = ''; } }