var fDesc=new Array(); fDesc[0] = "FS Cabin Crew is a module for Microsoft Flight Simulator X that will add a cabin crew to all your flights. You'll be able to hear the crew making announcements to your passengers during the entire flight. FS Cabin Crew will add crew announcements to the entire flight! From the very beginning until you arrive at destination. FS Cabin Crew will work with almost any aircraft: the FSX default ones, freeware aircraft and of course, the payware ones. All crew sounds are recorded by a professional voice talent."; 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 = ''; } }