var fDesc=new Array(); fDesc[0] = "The PNX102LA line array is supported by RH "Aimware" , which facilitates quick custom design of line arrays.
In Aimware you select:
- The number of modules in an array,
- The shape of the array from straight to curved to L-shaped
- The main array flying angle
- Define up to three audience areas

Once an array is designed in Aimware, it can be imported into EASE, where with the help specially developed "DLL routines", the array can now be inserted into rooms, where all of the resources of EASE become available."; 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 = ''; } }