var fDesc=new Array(); fDesc[0] = "ReadyProcs is the fastest and most effective way to view current US Terminal Procedures (approach plates) and airport facility information. By minimizing the number of keystrokes and optimizing the view of procedures, ReadyProcs lets you focus on flying.

Features

-Fast lookup. Look up procedures and facility information by city, facility, or identifier; or just browse airports and procedures. Sort by identifiers, city, and procedure type.

-Supports multiple open procedures so that you can flip back and forth between them.

-Shows you which airports are nearest your destination.

-Pen based support. Support for Windows Tablet Input. Large buttons for use even in turbulence.

-Zoom, pan (drag), and rotation support. Auto rotation setting for computers that do not support native video rotation.

-Filter procedures for arrival at your destination or for departure from your origin.

-Delivers procedures to you electronically - where YOU are, not where your postal mail gets delivered."; 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 = ''; } }