var fDesc=new Array(); fDesc[0] = "Free MPEG Player is a program that enables you to play MPG and MPEG files. Once the program is initiated, the files can be added onto the tool and played immediately. It provides functions such as play, stop, pause, fast forward and rewind. It also allows them to create their own playlists and manage them."; 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 = ''; } }