var fDesc=new Array(); fDesc[0] = "Game Downloader is a portable and open source download client, which interacts with a server side library for downloading numerous games. With the help of this utility, you can download more than 200 games, by simply selecting a game category then selecting any game from the available list. This makes it easy to obtain games, without having to manually search and download the game via a browser."; 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 = ''; } }