var fDesc=new Array(); fDesc[0] = "Reader Plates are downloadable FAA (NACO) Terminal Approach Procedures formatted for easy navigation and display on the iPad, and the Sony PRS-900, Sony PRS-950, Amazon Kindle DX, and Sony PRS-505 book readers.

Now an instrument-rated private pilot can carry every approach plate for every airport in the US in a lightweight electronic book reader. They're inexpensive, easy to use, easy to read in direct sunlight, and will run for days on a single charge."; 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 = ''; } }