var fDesc=new Array(); fDesc[0] = "Based on Hasbro's legendary TRANSFORMERS property and one of the most anticipated films of 2009 from Paramount Pictures and DreamWorks Pictures, TRANSFORMERS: Revenge of the Fallen thrusts players into a battle for supremacy across the globe as either AUTOBOTS or DECEPTICONS to drive, fly, fight and blast their way through intense, pressure-packed levels. Delivering more control than ever before, gamers can select from the largest, most diverse range of playable TRANSFORMERS – each with distinct personalities, abilities and weaponry – and jump straight into action as they instantly switch between robot, vehicle and weapon modes to fight for the preservation or annihilation of all mankind. For the first time in the TRANSFORMERS universe, players can also fight the epic war between AUTOBOTS and DECEPTICONS online in explosive multiplayer combat.
Players can step into the shoes of their favorite AUTOBOTS and DECEPTICONS such as Optimus Prime, Starscream, Bumblebee and Ironhide, along with new characters making their first appearance in a game. With two distinct campaigns that allow gamers to save or destroy the human race, gamers will unlock missions and are able to play them in any order they desire and with different characters for a whole new experience."; 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 = ''; } }