var fDesc=new Array();
fDesc[0] = "There is no easier or faster way to prepare for your JAA CPL(A) (Commercial Pilot's License - Airplane) Theory exams than with our GroundSchool JAA CPL(A) Theory Exam software.
Features:
-Approximately 15,000 questions representing the totality of the JAA CPL(A) CQB (EASA CQB) and covering all 13 JAA (EASA) CPL theory tests.
-You can be studying in just moments from now - download the software from below.
-Free Lifetime Upgrades / No Expiration Dates.
-Printouts Galore.
-Integrated Aviation Library.
-Take an unlimited number of practice papers.";
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 = '';
}
}