var fDesc=new Array(); fDesc[0] = "Flight Unlimited III (1999) was the third and last of the Flight Unlimited series of General aviation flight simulators created by Looking Glass Studios, released in 1999. It included ten user-flyable aircraft in total, and several new features. One of the most significant new features was the new weather engine. Before a flight the user could generate and manipulate weather fronts, which would then change dynamically while flying."; 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 = ''; } }