var fDesc=new Array(); fDesc[0] = "Client is the easiest, speediest way to install and play Game Jolt games. Click "Install" and Client will download and unpack the right files for your OS. Then click "Launch" to play, as simple as that. So try out a bunch of games, fast. Client keeps your installed games up to date, so you'll always play the latest versions. Your game library syncs up with your Game Jolt account, so you can access your playlists and receive notifications, as well."; 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 = ''; } }