var fDesc=new Array(); fDesc[0] = "Super Guepard 912 FSX & P3D add a new airplane to your Microsoft simulator game. Super Gepard 912 of high quality with detailed VC and custom sounds, realistic flight model, ready to fly. The ULM is manufactured by Aero Services, and flies to the aero club of Till Chatel in France. Remember the check list before boarding, you will also find all references to speed available in the tablet from the dashboard by clicking on the icon (under the GPS)."; 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 = ''; } }