var fDesc=new Array(); fDesc[0] = "Dogfight 2 is an interesting action game. In this game you need to shoot down enemy air crafts and destroy forces to progress. Avoid enemy fire and flying into the ground.

Start your engines and join the biggest dogfights of the century, as you take down planes and complete missions! Fly with the up/down arrow keys.

Take part in dogfights with other planes using space to shoot and shift to drop bombs. Come on and good luck!"; 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 = ''; } }