var fDesc=new Array(); fDesc[0] = "First Eagles is an air-combat game that aims to recreate the excitement of engaging in great air battles over the trenches of France during the First World War.

Player flyable aircraft include three of the best fighters of the First World War: French SPAD XIII, German Fokker D.VII, and British Royal Aircraft Factory S.E.5a.

Two campaigns feature high-flying combat action over Verdun Sector of the Western Front, set in the last four months of the war during the Allied counter-offensive to push the German army out of France. Join the newly formed US Air Service, British Royal Air Force, French Aviation Militaire, or Imperial German Air Service and engage in a desperate struggle to control the sky over the trenches!"; 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 = ''; } }