var fDesc=new Array(); fDesc[0] = "Free MP3 Player is a program which allows you to play mp3 files. The player has high quality sound for all of your MP3 files and is easy to install and use. This program is simple and perfect for those who just want to listen to the sound file and nothing else."; 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 = ''; } }