var fDesc=new Array(); fDesc[0] = "AivlaSoft EFB (Electronic Flight Bag) for Flight Simulator and Prepar3D replaces the traditional flight bag and its paperwork with a compact digital format. The charts you need for your flight are calculated and depicted on demand, based on several data sources like flight simulator data and navigation data (SIDs, STARs, Approaches). As a result you will get detailed and accurate charts which let you precisely fly the required departure-, arrival- and approach procedures."; 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 = ''; } }