var fDesc=new Array(); fDesc[0] = "This superb PBY-5A Catalina from the Platinum Collection has four colorful liveries and a paint kit for those who want to addtheir favorites. We invite you to take the Catalina out for a free test flight to enjoy the view in this classic aircraft from a bygone era.
The PBY Catalina has a long history of service to the military, mostly with the US Navy. During World War II, the PBY was often equipped with bombs, torpedoes, depth charges and machine guns and used as for anti-submarine warfare, reconnaisance, search and rescue and supply transport.."; 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 = ''; } }