var fDesc=new Array(); fDesc[0] = "The technorganic alien race known as the Phalanx return and are seeking to take control of Earth by assimlating all of its inhabitants. They've also captured and cloned several mutants for experimentation. Only a select group of X-Men (Beast, Psylocke, Gambit, Nightcrawler, Wolverine, Cyclops) have avoided capture and, temporarily united with their oldest foe, Magneto, they must defeat the Phalanx before all of humanity is assimilated."; 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 = ''; } }