var fDesc=new Array(); fDesc[0] = "It is a radar dedicated to Air Traffic Control (ATC). It lets the controller watch the other FS aircrafts: AI Traffic, FS multiplayer or IBNet. This radar is especially well suited for online flights with a controller in charge of guiding aircrafts along the correct path. With IBNet, it can be used for military purpose to guide hostile interception or for military ATC. The best way to have comprehensive information about this product is to read the documentation (in English). It explains the radar installation and usage in details."; 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 = ''; } }