var fDesc=new Array(); fDesc[0] = "McDonnell Douglas DC-10 Version 2 FSX & P3D is a free add-on for FSX and Prepar3D that brings you realistic 3D models of the DC-10 family aircraft. It offers you stunning HD textures and 7 repaints for the aircraft: United Airlines, Arrow Converted Freighter Cargo, Continental Airlines, Mexicana, Condor, Japan Airlines (JAL) and U.S. Air Force."; 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 = ''; } }