var fDesc=new Array(); fDesc[0] = "Aerial Apparatus Drive/Operator Study Helper has 622 questions spanning 10 chapters based on IFSTA’s Aerial Apparatus Driver/Operator Handbook 2nd Edition. There is also a Terminology Section with 193 pertinent definitions. Software can read questions out loud to you and gives you information and rationale behind the question. Allows you to clone sessions, so you can return to where you left off later."; 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 = ''; } }