var fDesc=new Array(); fDesc[0] = "Game modes feature the classics; Deathmatch, Team Deathmatch and Capture The Flag, as well as other that provide that distinctive DogFighter flavour. The state-of-the-art flight model allows the player to maintain a precise level of control, while allowing acrobatic manoeuvres like the Barrel Roll and the Immelmann Turn.

Built to both slay you and save you, the environments in DogFighter offer the player a more interactive experience than is usual for the genre. Players can enjoy piloting their craft down mining tunnels, through pyramids and active volcanoes in environments designed to deliver a more varied, more interactive gaming experience."; 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 = ''; } }