var fDesc=new Array(); fDesc[0] = "Long Beach Airport extension for Microsoft Flight Simulator and Prepar3D installs beautiful scenery of Long Beach Airport (KLGB), which is the airport serving the city of Long Beach, California. It includes 3D buildings, photo-real image of the ground, and many other things."; 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 = ''; } }