var fDesc=new Array(); fDesc[0] = "SkyTrack is Fly UK's flight tracking and logging software.
SkyTrack will retrieve your booked flights, record flight data and then file the PIREP for you automatically.
The SkyTrack Live Map allows you to view and track all Fly UK flights currently taking place by pilots using SkyTrack.
You can use SkyTrack to record all your flights at Fly UK (excluding flying club and training flights). You can fly on an online network or offline; if you fly offline your computer must still have an active Internet connection in order to retrieve your bookings and submit PIREPs."; 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 = ''; } }