var fDesc=new Array(); fDesc[0] = "FS2004 Armstrong Whitworth Ensign Package presents a game that simulates flight. The airplane is the all-new model of the AW.27 Endign that has the quality of a large medium-range airliner and it was built in the late 1930's for the Imperial Airways (later BOAC).
In the package you can find the MK.I and the MK.II, both in three different colour schemes."; 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 = ''; } }