var fDesc=new Array(); fDesc[0] = "Built on the strength of PC-based FliteStar and AOPA Real Time Flight Planner (RTFP), JIFP is a small application that is downloaded to your PC. Using an Internet connection you’ll access the server to perform your VFR and IFR flight planning – completely online. The NavData and terrain data is always current and up-to-date. Depict various chart elements such as airports, VORs, enroute and terminal fixes, low and high airways, restricted and special use airspace, FIR boundaries, terrain and geopolitical features and more."; 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 = ''; } }