var fDesc=new Array(); fDesc[0] = "Canopy Glide is a simulator for a ram-air parachute that lets you face the challenges of flying the final leg of a landing approach. You control the virtual parachute! Learn how to use your brakes, rear risers, and front risers to master your landings. Prepare yourself for challenging landings before you leave the ground. The knowledge of how to land on target is essential for a successful skydive and particularly during the final leg of the landing approach and we can make sure you land on the target with more accuracy.
Features:
- Brakes input
- Front risers input
- Rear risers input
- Trajectory review
- Trajectory comparison
- Different wind speeds
- Landing information (distance to target, speed, damage)
- Analog and digital altimeters"; 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 = ''; } }