var fDesc=new Array(); fDesc[0] = "Battlefield Heroes features a modified conquest mode providing each team 50 lives and eventually one flag at the start of the round. Killing enemies and holding more flags than the opposing army will progressively reduce their number of lives. The game also features matchmaking, to keep players of the same level together.
The two armies are called the National Army (possessing a red base color flag) and the Royal Army (possessing a blue base color flag).
There are several vehicles in the game, all patterned after real vehicles of the Second World war."; 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 = ''; } }