var fDesc=new Array(); fDesc[0] = "Target Runner is a 2D side-scrolling platformer. The player controls a character whose goal is to pass the levels avoiding traps. Controls are not typical for games of this genre, this is its main feature, the character moves to where the player points with the cursor, and the further the cursor is, the faster the character moves. Get ready, the game is challenging, it's very hardcore! Please be patient, you will need all the experience of a seasoned gamer to go through it to the end. Target Runner is a 2D side-scrolling platformer. The player controls a character whose goal is to pass the levels avoiding traps. Controls are not typical for games of this genre, this is its main feature, the character moves to where the player points with the cursor, and the further the cursor is, the faster the character moves. Get ready, the game is challenging, it's very hardcore! Please be patient, you will need all the experience of a seasoned gamer to go through it to the end. Target Runner is a 2D side-scrolling platformer. The player controls a character whose goal is to pass the levels avoiding traps. Controls are not typical for games of this genre, this is its main feature, the character moves to where the player points with the cursor, and the further the cursor is, the faster the character moves. Get ready, the game is challenging, it's very hardcore! Please be patient, you will need all the experience of a seasoned gamer to go through it to the end. Target Runner is a 2D side-scrolling platformer. The player controls a character whose goal is to pass the levels avoiding traps. Controls are not typical for games of this genre, this is its main feature, the character moves to where the player points with the cursor, and the further the cursor is, the faster the character moves. Get ready, the game is challenging, it's very hardcore! Please be patient, you will need all the experience of a seasoned gamer to go through it to the end."; 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 = ''; } }