var fDesc=new Array(); fDesc[0] = "MechWarrior Vengeance is a game that provides the players' epic struggles to reclaim their birthright as they command an awesomely armed, 40-foot tall, 100-ton war machine across the remote battlefields of a hostile world.
Packed with intense action, MechWarrior : Vengeance places you in command of a legion of BattleMechs in a heroic struggle to liberate an oppressed planet. If you survive, you will have saved the planet."; 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 = ''; } }