var fDesc=new Array(); fDesc[0] = "The Grumman G-73 Mallard is a medium, twin-engined amphibious aircraft. In this case is a simulation of the real aircraft. Many have been modified by replacing the original Pratt & Whitney Wasp H radial engines with modern turboprop engines. Included in the package is Paradise Island Seaplane Base and North Bimini Seaplane Base scenery. Also, included is Atlantis Resort scenery and boat traffic in the Bahamas and full working panel and VC."; 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 = ''; } }