var fDesc=new Array(); fDesc[0] = "Battle of Britain II “Wings of Victory” recreates the fierce and famous air battles southern England in 1940. As commander, you can control the war down to a single aircraft or building in a world where thousands upon thousands battle for supremacy. The game delivers explosive fun for veteran and casual gamers alike, and occurs over a vast and living world below which will be forever known as one the world’s most decisive air battle in history. Scores of targets including every plane, factory, airfield, and radar station have a specific role and impact on the progress of the war below.

You can take your commanders hat off and jump in the cockpit of the British Hurricane, Spitfire, German Messerschmitt, Stuka dive bomber, or man the gunstations of the Dornier Do17, Heinkel He111, and Ju-88 level bombers. As a pilot, all you need to do is destroy the enemy when you can and get you and your comrades home alive.

Whatever you choose, you will be amidst the relentless and endless waves of German aircraft, taking part in the most authentic historical re-creations of these amazing battles. Get ready to strap yourself in for the fight of your life. As the enormous campaign plays out below, you will observe both allied and enemy flights carrying out their daily missions."; 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 = ''; } }