var fDesc=new Array(); fDesc[0] = "The General Dynamics F-16 Fighting Falcon is a multirole fighter developed by the United States. F-16 Fighting Falcon FSX P3D is an add-on for FSXand P3D simulators. This add-on features afterburner effects and animated parts, and also custom sounds, gauges, virtual cockpit, HUD and 2D Panel."; 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 = ''; } }