var fDesc=new Array(); fDesc[0] = "FSCaptain is an add-on to Microsoft Flight Simulator FS2004 and FSX (Box and Steam Edition) and to Lockheed Martin's Prepar3d (Version 2 & Version 3) which expands the program so everyone can experience the challenge of professional flying in the modern world of aviation. FSCaptain takes the boredom out of Flight Simulator by giving you a reason to fly and a highly realistic professional modern aviation environment in which to prove and develop your skills."; 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 = ''; } }