var fDesc=new Array(); fDesc[0] = "TBPB has a single 11,000ft asphalt runway with east-west orientation served by an ILS for eastbound approaches during foggy conditions. Prevailing trade winds from the east make arrivals and departures on runway 9 the norm throughout the year. The occasional hurricane makes TBPB operations quite challenging as is the case for most of the northern Caribbean."; 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 = ''; } }