var fDesc=new Array(); fDesc[0] = "BluePrint Simulations’ KMSP version 2 scenery depicts the Minneapolis-Saint Paul International airport as it exists in the summer of 2013. The scenery features highly detailed, full-3D models of KMSP’s two terminals, the ATC tower, the midfield cargo ramp, the National Guard and USAF ramps and most maintenance and general aviation facilities within the airport boundaries. All 3D models feature custom-made, high-resolution (32 px/meter) textures and the highest level of three-dimensional detail possible (BluePrint’s True3D). All aircraft maintenance and storage hangars are fully three-dimensional and most are usable."; 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 = ''; } }