var fDesc=new Array(); fDesc[0] = "ForPilots TestPrep is designed as an aid in studying for the Private Pilot Airplane Single Engine Land knowledge test.

The program is a standalone application designed for windows-based computers. It should work on every version of windows from 95 all the way up to windows 7. There are also a pocketpc version available."; 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 = ''; } }