var fDesc=new Array(); fDesc[0] = "Avro Lancaster TP464 DB AJJ v6 FSX & P3D is an add-on design to work with the FSX and P3D simulators that contains the aircraft and flight plans intended to tell the story of the 617 Squadron RAF Dambuster Raid on the Moehne and Eder Dams 16 – 17th May 1943. The Avro Lancaster was a four-engined bomber of the Second World War, produced initially by Avro for the Royal Air Force."; 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 = ''; } }