var fDesc=new Array(); fDesc[0] = "MegaMind Player is a multi-use program that allows easy storing and managing of all your digital media files including music, video, images, and recorded TV. With MegaMind Player accessing any of these types of files is considerably more enjoyable and convenient than with similar apps especially due to its loyalty towards the user-friendliness concept."; 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 = ''; } }