var fDesc=new Array(); fDesc[0] = "Pulse Shift is a first person puzzle platformer which allows players to control and cheat physics. The game allows you to play with physics, gravity and manipulating time. Primary goal is find right way and get to the arrow location as fast as possible. It is a game where you finding, trying, jumping, collecting, avoiding, thinking, running and trying again."; 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 = ''; } }