var fDesc=new Array(); fDesc[0] = "Hawaiian Airports Volume 1 for Microsoft Flight Simulator X (FSX) includes the airports of Lihue (PHLI) and Hilo International (PHTO). It contains fully customized ground and runways in high resolution, animated custom ground vehicles, etc. YouControl feature provide custom airport actions with easy on-screen menu to trigger animations, events, etc."; 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 = ''; } }