var fDesc=new Array(); fDesc[0] = "Aberdeen Xtreme is a flight simulator add-on that allows you to explore the Aberdeen airport. The Aberdeen airport was opened in 1934 to link North Scotland with London. The airfield became a RAF Dyce, during World War II. The scenery includes full detail buildings, realistic ground markings, night effects, 3D approach lights, dozens of airport vehicles, and more."; 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 = ''; } }