var fDesc=new Array(); fDesc[0] = "Beautiful model with several versions of the Lockheed PV-2 (Ventura), with a tanker version that make drops, complete with 10 repaints, virtual cockpit, custom sounds, custom gauges, 2D panel, 3D cabin, and more. The Lockheed Ventura was a bomber and reconnaissance aircraft of World War II used by the United States and the Commonwealth. It was developed by Lockheed Martin Corporation."; 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 = ''; } }