var fDesc=new Array(); fDesc[0] = "GOM Tray is a free application that allows you to use GOM Remote, a program for controlling GOM Media Player, GOM Audio and PowerPoint presentations over your Wi-Fi network. Gom Tray uses a number of systems to make sure that no unauthorized devices can connect to your computer."; 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 = ''; } }