var fDesc=new Array(); fDesc[0] = "Battleborn is a competitive online multiplayer fighter game. You must fight with your team of heroes against the mysterious evil from outer space. Only you can protect the universe’s very last star. This game features 25 heroes and 3 unique multiplayer modes.

Battleborn also has a singleplayer Story Mode, which gives you an episodic-style experience. Each mission is like playing a television episode, with its own unique plot."; 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 = ''; } }