var fDesc=new Array(); fDesc[0] = "FS2004 Vickers Viscount 700 - Aden Airways Colours. Features both Aden Airways Viscount aircraft, VR-AAV and VR-AAW. This is a repaint of the Vickers Viscount 700

Dave Molyneaux and the "Auster Gang" have produced the last Auster model built at Rearsby. The Auster D5 nee Beagle Husky, It appeared in 1960 when Auster was being bought out by the Beagle Aircraft Company and was the last true Auster, powered by either a Lycoming 0-320 or 0-360, around 170 were built either by Beagle-Auster or Oficinas de Gereais Materal Aeronautico in Portugal. Most saw service as Glider tugs or Banner towing aircraft. As usual Dave has done a beautiful job recreating G-ATCD which still flies today in its original fabric, Brian Horsey has given it the Gutsy feeling of the Husky and Martin P as usual provided data from the real aircraft at Enstone Oxfordshire. It will be released very soon (Its currently in Beta test) for Fs9."; 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 = ''; } }