var fDesc=new Array(); fDesc[0] = "Allows owners of Aerosoft Australia’s MCP747 and EFIS hardware units to interface their MCP hardware with the PMDG 747-400X line of simulations.- Requires Aerosoft MCP747 hardware unit with optional EFIS module(s). This interface allows owners of Aerosoft Australia’s MCP747 hardware to interface their MCP with the PMDG 747-400X for FSX simulation product."; 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 = ''; } }