var fDesc=new Array(); fDesc[0] = "Welcome to Newcastle Airport. First opened in 1935 as a grass airfield with a few buildings and a single hanger, today Newcastle is a hub for Flybe, Easyjet, Jet2 and Eastern airways. It also has flights by British airways, KLM, Air France and other European operators and long haul flights by Emirates, Thompson and Thomas Cook. This scenery Includes detailed images of the real Newcastle airport, it has a high resolution 25cm base image, animation, effects, nearly all the buildings, extremely detailed ground markings, interactive service fleet and stunning night effects."; 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 = ''; } }