var fDesc=new Array(); fDesc[0] = "It contains driver software for the new, more complex USB instruments and connects the instruments to either Microsoft Flight Simulator 2004 (FS9) using FSUIPC3.xx or directly to Microsoft FSX using Microsoft's Simconnect (automatic recognition of Flight Simulator version). The software supports the USB Devices Light Reg (for the included gauges) *), Trimwheel (also motorized), Gear Switch, Flaps, ADF, HDG, VOR1, VOR2, Wet Compass, Warning panel, Altimeter."; 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 = ''; } }