var fDesc=new Array(); fDesc[0] = "Inferno is an atmospheric twin-stick action-RPG game. In this game, you can explore 40 levels with your drone companions while upgrading your ship, collecting gold, discovering secrets, unlocking achievements, and destroying everything in sight. Then, you can do it again at a higher difficulty level or with more upgrades and enemies in New Game."; 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 = ''; } }