var fDesc=new Array(); fDesc[0] = "projectFLY Pilot Tools is a lightweight application providing you with the following features: VAS Monitor, OOM Warning Alerts, Landing Rate Monitor, METAR Retrieval and Current Local, Zulu Time. This application was developed using C# and the FSUIPC SDK, therefore FSUIPC is required to use this utility."; 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 = ''; } }