var fDesc=new Array(); fDesc[0] = "FS Cabin Crew will add crew announcements to the entire flight! From the very beginning until you arrive at destination. Fly from Barcelona to Menorca! This demo allows you to fly as many times as you want in the area between El Prat airport (Barcelona - Spain) and Menorca (Spain). If you start your flight or fly outside this area, FS Cabin Crew will stop. Demo requirements: Microsoft Flight Simulator X with Service Pack 2 or Acceleration."; 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 = ''; } }