var fDesc=new Array(); fDesc[0] = "The scenery is part of a package also including SKBO, Bogota - El Dorado Intl. The package is offered in two versions sold separately, one for FS2004 and another for FSX.Lima’s airport is challenging in its own right. Thanks to its location on the Pacific Ocean coast, fog and low clouds are the norm making it an ideal place to practice instrument approaches and procedures. Once again, high resolution satellite imagery was used to provide the most accurate backdrop possible."; 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 = ''; } }