var fDesc=new Array(); fDesc[0] = "This texture package for Flight Simulator X and Prepar3D comes with a photo-real scenery of Big Bend National Park in Texas. Part2 of the package covers the eastern part of Big Bend National Park, the Rio Grande Valley with the Borderlands east of the park, and extends a bit into Mexico. The scenery covers a total of 3625 km square. FSX / P3D. The resolution of 1m/pixel provides razor sharp images, even near the ground."; 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 = ''; } }