var fDesc=new Array(); fDesc[0] = "This package includes the DC-6 in its earliest form with short nose (no weather radar) and round-tipped Curtiss Electric propellers as delivered to the first DC-6 customers in 1946-48. The later aircraft had the more well-known, square-tipped 'paddle' propellers, and this version is included as well."; 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 = ''; } }