var fDesc=new Array(); fDesc[0] = "Battlegroup Frontlines is a Battlefield 2 mod that shifts the players back to the Eastern Front of the Second World War. It features historically- accurate vehicles, aircraft, and weapons; realistic and accurate sounds; realistic weapon aiming and firing physics; famous battlefields, and more. In this mod, you are given the option of playing as one of several great nations: Russia, the German Reich and Hungary."; 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 = ''; } }