var fDesc=new Array(); fDesc[0] = "Mars Mission is a arcade flash game in witch you are in control of a flying soccer , the aim of the game is to level the buildings under your ship in order to secure your landing , it's a fun addictive game that you can play for hours on end .It's fun it's FREE!"; 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 = ''; } }