var fDesc=new Array(); fDesc[0] = "Games Desktop is a program that can be used to download free games. It has a simple interface that displays the list of games that has been found from the Internet. Just click on game you need and this application will take you to the direct link for downloading it. The program has only a few games in its list at present. Also, there is no search function. I hope the developers will add more games and features in later versions."; 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 = ''; } }