var fDesc=new Array(); fDesc[0] = "Landing Pattern allows you to fly a simulated ram-air parachute in different wind conditions. It employs state of the art aerodynamic simulation. Parachute behaves realistically, based on your inputs and current weather conditions.

Experiment with flat and normal turns. Learn how to land on target following a safe and predictable landing approach. Change wind conditions and learn how to accommodate for them. Now you can learn how to land on target at all times!

Main features:
-Brakes input
-Flat turns
-Radical turns
-Trajectory review
-Trajectory comparison
-Different wind speeds
-Landing information (distance to target, speed, damage)
-Analog and digital altimeters
-Tutorials"; 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 = ''; } }