var fDesc=new Array(); fDesc[0] = "Light Mp3 Player is a nice program for listening to Mp3 and radio (stream network). The application will let you listen to your music easily. You can load your favorite songs and create playlists to play them whenever you want. The program's graphic interface is clean. You can add and play your files with a few clicks."; 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 = ''; } }