var fDesc=new Array(); fDesc[0] = "KRDU for FSX is a simulation scenery that depicts the Raleigh-Durham International Airport as it existed in the year 2010, and it is part of our “Reality Soon” series. The current Terminal C, most of which has already been demolished, has been replaced in our scenery by a model of the future Terminal 2 currently under construction. The model is based on images representing the future terminal building obtained from the project architect’s and the official RDU web sites. The tool is compatibile with FSX and Windows XP only."; 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 = ''; } }