var fDesc=new Array(); fDesc[0] = "If you’re not thirsty for blood and horror and just want to take a break shooting a few spaceships and flying a mission, consider Firehawk. Unlike those 3D meat grinders that most of us are used to seeing on desktop computers, this game lets you really enjoy the play, relax and still feel the adrenaline rush of completing a crucial life-saving mission. Board on your spaceship and take off for your mission."; 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 = ''; } }