var fDesc=new Array(); fDesc[0] = "DBS Airport GPS is the new way to navigate while taxiing in airport!
Now, driving in any airport is like to drive your car on the streets with your favorite Car GPS! Run GPS and follow by route from gate to runway. Touchdown and taxiing by GPS route to any parking!
DBS Airport GPS shows top-down view of the airport map. Map could be dragged by mouse and zoomed by mouse wheel.
Route path calculated from current aircraft position to runway, parking, gate, helipad.
DBS Airport GPS created as most-used automotive GPS and present special interface, that provides ability of customization for different tasks like implementation into simulator GPS or adapting to custom panel."; 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 = ''; } }