var fDesc=new Array(); fDesc[0] = "Flying Club Duchess is an add-on that works with Flight Simulator X and Flight Simulator 2004. It brings you the Beechcraft Duchess 76 aircraft model, a popular twin engine General Aviation training and touring aircraft. It lets you watch the Pilot place the wheel chocks, pitot cover and tie-downs around the aircraft and remove them before take off."; 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 = ''; } }