var fDesc=new Array(); fDesc[0] = "Mass Effect 3 plunges you into an all-out galactic war to take Earth back from a nearly unstoppable foe – and how you fight that war is entirely up to you. Groundbreaking interactive storytelling drives the heart-pounding action in which each decision you make could have devastating and deadly consequences. You are Commander Shepard, the only one who can save Earth from annihilation."; 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 = ''; } }