var fDesc=new Array(); fDesc[0] = "Sky Aces - Cold War is a new simulator of aerial warfare.
This time, the action is taking place in present time. What could the third world war look like? Apparently, it would be all about cutting-edge weapons and space-age aviation! The side that will be more aggressive and better at controlling its jets will be the winner! In this game, you will take the pilot's seat in a machine of pure destruction. The powerful machine guns and missile launchers of your plane will not cool down for a second, as there are so many missions ahead! Your tasks will include: defense of the friendly airspace from sudden enemy attacks, escorting bombers and transport planes, attacking enemy objects, transport convoys and, of course, endless dogfights. This high-quality simulator was developed in full accordance with the standards of its genre - shooting, explosions, rapid maneuvers and non-stop action. All you need to do is choose the plane you will control and join the fight. The game features a great number of real planes belonging to the air forces of different countries - from MIG's to Sabres. All of them possess different combat characteristics. Intuitive controls and an active gameplay will help you quickly get familiar with the main piloting principles, while high-quality graphics and the accuracy of plane models will be a pleasant surprise for all fans of 3D games. Finally, the ever-changing weather and day/night transitions add plenty of realism to the game."; 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 = ''; } }