var fDesc=new Array(); fDesc[0] = "FSX/FS2004 Felixstowe F2A The Felixstowe F2A flying boat was developed from the Curtiss H12 ‘Large America’, using basically the same wing and tail unit, but a completely new fuselage designed by Lieutenant Commander John Porte of the Seaplane Experimental Station at Felixstowe in England. It was for patrol work, mainly over the North Sea, in 1917-18. The F2A continued in service after WW1 until replaced with Supermarine Southamptons. Two variants and three colour schemes included. By Jens B. Kristensen."; 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 = ''; } }