var fDesc=new Array(); fDesc[0] = "The Beechcraft Duchess 76 is a popular twin engine General Aviation training and touring aircraft around the world. This model - for FSX and FS2004 - comes with an authentic avionics suite, a realistic set of liveries, and is based on detailed research on the actual real-world aircraft featured in the software."; 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 = ''; } }