var fDesc=new Array(); fDesc[0] = "With Airline Tycoon Evolution you manage your own airline company and try to get ahead of your nasty adversaries. To help you do this, you have all the means available to a modern airline company at your disposal.

Buy the aircraft which are already on the market or try your hand as an aircraft constructor. Land some orders and plan your fleet of aircraft in such a way that you are also in a position to offer profitable flights on the bitterly contested global routes network."; 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 = ''; } }