var fDesc=new Array(); fDesc[0] = "ATC Radar Screen is a program that will allow to control a towered-airport or an entire ARTCC/FIR's sector, during a FS multiplayer session. This version has some new features: view jet and victor airways, view additional airspaces (ONLY for FS2004 users), connect or host a FS2004/2002 multiplayer sessions, new SID/STARs window, view fuel areas (ONLY for FS2004 users), edit the ATIS message of the selected towered-airport, change the mouse’s pointer of the radar screen, 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 = ''; } }