var fDesc=new Array(); fDesc[0] = "EgoSteam will be your indispensable assistant in the search for games on online shopping. Buying games on Steam, sometimes you think about the fact that the game is expensive, and it would be nice to find it somewhere cheaper. On the Internet, there are many websites selling license keys to games, which can then be activated on Steam, while they are often much cheaper than on Steam itself. But there are quite a lot of such games shops, go to each of them and look for a game there - the process is long and tedious. Especially for this purpose, EgoSteam was created - it will quickly find the desired game in all supported stores and will show prices in them."; 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 = ''; } }