var fDesc=new Array(); fDesc[0] = "HAWKEN is a free-to-play, online, multiplayer, mech-based first-person shooter that puts you in the pilot seat of a giant robotic war machine.

You can customize and upgrade your mechs the way you want, then join your friends on the battlefield to rain destruction across HAWKEN's beautiful and immersive alien landscapes.

Assemble the ultimate fleet from a wide array of mechs, chassis sizes, and weapon loadouts. Customize them to suit your playstyle and personality, and then pilot your creations into battle. As your proficiency with each mech grows, you'll unlock bonuses that make it distinctively yours."; 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 = ''; } }