var fDesc=new Array(); fDesc[0] = "The ITRA Gauge A320 PFD/ND software is a very especially realistic reproduction of the flight attitude and flight data display (PFD-Primary Flight Display) and the navigation data display (ND-Navigation Data Display).

Both displays are very true to the original of an Airbus A320. With this Gauges it is a very realistic cockpit feeling in flight simulation.

These gauges are a program independent from the flight simulator.

They are communicating with the flight simulator over TCP/IP.

There for it needs dual head graphic adapters. So the gauge can be run on the FS PC or on a PC in the network.

Controlling software allows to stretch and to move the gauges on the monitor.

The representation and readability are high precisely. The software package can be used on Captains side or on the side of the First Officer."; 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 = ''; } }