var fDesc=new Array(); fDesc[0] = "Short Solent is a flight simulator that works both with FSX or FS2004. The Short Solent was a large and powerful flying boat airliner of 1946. Solent 2's and 3's were in service with BOAC until 1950 on the 'Springbok' route to South Africa. The final version was the Solent 4, built for TEAL (Tasman Empire Airways Ltd) who used them from 1949 to 1960. One is preserved today in New Zealand. Textures for BOAC, TEAL (early and late) and Aquila Airways are included. Version 3 model has an improved panel and virtual cockpit."; 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 = ''; } }