var fDesc=new Array(); fDesc[0] = "Warface and Blackwood go up against each other in intense Versus match-ups. And with up to eight players on each side, the action always comes thick and fast! You can swap roles in-game at any time, maximizing your performance on the battlefield.

Join forces with friends to annihilate the enemy. In Warface's unique Co-op mode you can play with up to five people to take down Blackwood forces around the globe. With new challenges and rewards every day, players of all levels will find something worth fighting for."; 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 = ''; } }