var fDesc=new Array(); fDesc[0] = "With the rapid expansion of the world's cargo carriers, the -400F will allow you to recreate the dynamic world of flying freight. Fly to exotic destinations with a highly detailed representation of this versatile freighter, complete with its prominent opening nose.
747-400F CARGO is an expansion product that adds new visual models and updated systems to reflect those of the real -400F airplane."; 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 = ''; } }