var fDesc=new Array(); fDesc[0] = "The G600 Trainer bundles the GDU 620 and GNS 400W/500W trainers into a uniform, aviation navigation system. The G600 launch application initiates execution and establishes communication between the two trainers.
The GDU 620 Trainer obtains navigation information from the GNS 400W/500W and displays this as ship position, speed, and altitude on its dual display system. Pitch & roll as well as AHRS (Heading Reference System) data are simulated dynamically with flight, while XM Satellite and GWX 68 Weather Radar data is simulated statically."; 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 = ''; } }