var fDesc=new Array(); fDesc[0] = "Endless Music Player is a small program for playing audio and video files. The search-box lets you find the favorite tracks easily. The application then adds the media to the playlist. You can also download songs using this program. The interface is simple and easy to use, without much customizations."; 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 = ''; } }