var fDesc=new Array(); fDesc[0] = "DeHavilland Dash 7 Native FSX & P3D is a service that addresses the missing inner gear doors on all Eagle Rotorcraft aircraft models, fixes the nose-gear tire visibility, fixes the right wing spoiler animations, adds a missing texture to the "BAS" livery and adds glass to the VC. It features two Flight Models, 7 liveries, custom sounds, custom panel and gauges."; 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 = ''; } }