var fDesc=new Array(); fDesc[0] = "UK2000 Southend is a flight simulator add-on that provides the Southend airport. The Southend airport is one of the UKs most historic airports dating back to the first world war, when it was used as a front line station. After the war, the aerodrome at Rochford temporary when back to farmland but was revived in 1933 when it became Britain’s first municipal airport. The free edition includes: UK Runway markings, stunning night effects, 3D approach lights, excellent frame rates, and improved runway lights."; 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 = ''; } }