var fDesc=new Array(); fDesc[0] = "Access enhanced Unimatic and Apollo on your PC/laptop. Quick access and automated functions, and original Unimatic/Apollo screen.

The program resides on your desktop or laptop PC. From the main screen the program automatically connects to Skynet through your internet connection and then links to Unimatic or Apollo. Once logged on, you can collect the information you need by clicking on the buttons or typing commands as you do at the airport. Every thing that appears on screen is written to your hard disk so you can review and print after you have signed off."; 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 = ''; } }