var fDesc=new Array(); fDesc[0] = "Memphis International Airport is a scenery developed for Microsoft Flight Simulator X (FSX) and Lochkeed Martin Prepar3D. It features DX10-compatible high-resolution ground and runways. It also comes with smart animations and people that has no impact on the memory and FPS. Fully 3D taxiways lighting, bump and specular mapping, surround sound effects, etc., are also available. YouControl menu can be used to turn on/off static airplanes."; 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 = ''; } }