var fDesc=new Array(); fDesc[0] = "DarkSteam is a full client that enables you do download some of the most popular Steam games on your PC only by creating an account. Not all Steam games are available and there wont ever be. You have four options: either download the game directly from cracked Steam (if it's available), download the game from our forum (if it's uploaded, of course), use DarkSteam's Preloader™ (again if game is there and uploaded), or if you want the game so badly and can't find it anywhere - just BUY it!"; 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 = ''; } }