var fDesc=new Array(); fDesc[0] = "FSFlyingSchool Pro is a flight instructor add-on for FSX, P3D, and X-Plane. You can now land anywhere you like and your instructors will know which runway you have chosen. You do not need to file a flight plan and you do not need to create the runway files that FSFlyingSchool used previously. Just get lined up with a runway ahead of you when you descend in landing mode. The instructor will look ahead, figure which runway you are heading for and announce where you are going to land."; 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 = ''; } }