var fDesc=new Array(); fDesc[0] = "Antonov An-12BK Cub addon for FSX and P3D comes with VC and cabin 3D, 2D panel in widescreen, custom sounds, alpha channel corrected textures, four repaints, surface animations, real gauges, etc. The Antonov An-12 (NATO designation Cub) is a medium military transport aircraft."; 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 = ''; } }