var fDesc=new Array(); fDesc[0] = "The PBY Catalina is without a doubt one of the most famous flying boats ever build. After its first flight in 1935 it quickly transformed into the PBY-5A amphibian model that is best known. Despite its strange shape that is rather organic it became a true work horse of many air forces and navies and kept patrolling the oceans for decades."; 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 = ''; } }