var fDesc=new Array(); fDesc[0] = "Built on a foundation spanning years of dedication and research, Concorde SSTSIM is the enthusiast's answer to a truly unique Concorde experience for Microsoft Flight Simulator 2004. More than just a flight simulator add-on, the package comprises a complete suite of programs to enable the user to experience all aspects of flying a Concorde; from flight planning, load analysis, engineering responsibilities, pre-flight check lists and a comprehensive tutorial on how to fly a supersonic jet-liner."; 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 = ''; } }