var fDesc=new Array(); fDesc[0] = "Airport Studio is a simple yet powerful airport editor for FSX and FS2004 that lets you edit airports directly inside Flight Simulator. You can easily create, move around and delete airport elements using the mouse in the 3D or top-down view. Airport Studio displays an overlay in the Flight Simulator scenery with the airport being edited, allowing for a true in-place editing."; 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 = ''; } }