var fDesc=new Array(); fDesc[0] = "Whether you are a casual gamer who has always wanted to fly or an experienced pilot who wants to test your skills, Microsoft Flight will have you in the air in no time. You may choose from a variety of aircraft and fly over the rich, beautiful landscapes of Hawaii, and test your skills at free flight or set off on a multitude of pre-assigned missions, challenges and aerocache hunts to build your career and earn points.

You may choose from a variety of aircraft, from historical planes to cutting edge personal aircraft. Planes are stored in your Hangar where you can stop by to switch to a different aircraft, select a different paint scheme, fuel up, or download new planes."; 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 = ''; } }