var fDesc=new Array(); fDesc[0] = "OooPlayer is a light-weight and easy to use, playlist based music player. It supports common audio file formats such as MP3, WMA, and AC3. This application is able to download lyrics from several sources. It also includes many radio stations. You can record radio in MP3, AAC, and other formats."; 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 = ''; } }