var fDesc=new Array(); fDesc[0] = "Original jet fighter simulation for Flight Simulator X.
The changes between b01 and b02 are too many to list here, and the best way to appreciate them is simply to download and install b02. The developer's blog on thewebsite is always the best source regarding changes and developments. The Flight Manual is not up to date with the latest development though."; 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 = ''; } }