var fDesc=new Array(); fDesc[0] = "EGBB Birmingham Scenery for FSX is a scenery for Microsoft Flight Simulator X. The main airport is Birmingham International Airport, UK (EGBB)
The scenery has been primarily designed to fit seamlessly with the excellent VFR Photographic Scenery Generation-X from Horizon Simulation Ltd. However, the scenery will also work with just the default FSX product."; 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 = ''; } }