var fDesc=new Array(); fDesc[0] = "The C-124 Globemaster II was the standard USAF strategic transport during the 1950s and 60s, until it was replaced with the Lockheed C-141 Starlifter. The C-124A and C-124C are both included in this package. Features include virtual cockpit (VC). For FS2004 only, FSX users should download C124_V10X.zip instead."; 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 = ''; } }