var fDesc=new Array(); fDesc[0] = "Battle Mechs is an interesting action game for free. The year is 2199, and the world’s largest entertainment sport is 'Mech Wars'. You are a new mech pilot, looking to etch your name in the record books. Don’t be shy! Strap on your nano-suit, and get in the cockpit! Pit your mech against the enemy mech in this turn based mech fighting game. Upgrade mech points. Using your mouse, select options, then buy upgrades to improve your bot's battle power. Have fun and good luck..!"; 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 = ''; } }