var fDesc=new Array(); fDesc[0] = "This addon installs El Calafate international airport in your Flight Simulator (FSX), FSX-Steam, or Prepar3D. Comandante Armando Tola International Airport is an airport in Santa Cruz Province, Argentina. It is located approximately 21 km (13 mi) east of the city of El Calafate."; 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 = ''; } }