var fDesc=new Array(); fDesc[0] = "MacroIvAc is an application that adds macro functionalities to IvAc (IVAO virtual ATC client).

Main features:
- It allows you to create button panels; you can assign a "macro" at each button.
- Each macro can be a single or a list of "command".
- Each "command" let you interact with IvAc interface (buttons, CommBox window, Selection dialog boxes etc. 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 = ''; } }