var fDesc=new Array(); fDesc[0] = "Hi-Octane Excitement: Champions Online: Free for All delivers furious, fast-paced encounters previously reserved for action and fighting games. No more boring auto attacks and lengthy recharge times. Champions Online: Free for All combat is instantaneous — and electrifying!
Brains Required: Every enemy and super-powered threat in Champions Online: Free for All has its own unique abilities and combat specialties. Use your head — or wind up dead!
Bring Friends, Make Friends: The Champions universe is jam-packed with thousands of heroes, facing thousands of threats. Join up with other heroes, create your own superteam, and prepare to take on the ultimate threats!"; 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 = ''; } }