var fDesc=new Array(); fDesc[0] = "​FSX Qantas Airbus A380-800 is a flight simulator add-on that provides a high quality Gmax model of the Airbus A380-800, the world's largest passenger jet. The model includes all the usual things like a steering nose wheel, taxi and landing lights, dynamic shine and all moving parts, and a fully animated landing gear animation. Also,it includes some special things like three opening doors, with visible interior, flexing wings, wing views and trim animation for the horizontal stabilizers."; 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 = ''; } }