var fDesc=new Array(); fDesc[0] = "aerosoft's - Dangerous Airports is an flight simulation addition. All the airports in this package have their own challenges and their own dangers. It can almost guarantee that your first approach to any of these airports will end up in a missed approach. It works on Windows platform and requires Microsoft Flight Simulator X (SP2, Acceleration Pack or Gold Edition)."; 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 = ''; } }