var fDesc=new Array(); fDesc[0] = "This package gives you Klagenfurt Airport for Flight Simulator and Prepar3D. Klagenfurt Airport (ICAO: LOWK), also known as Kaernten Airport, is the airport of Klagenfurt, the sixth-largest city in Austria. It is located near the city centre of Klagenfurt and serves some flights to European leisure and metropolitan destinations. Klagenfurt Airport consists of one small passenger terminal building which features some shops and restaurants as well as a visitors terrace."; 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 = ''; } }