var fDesc=new Array(); fDesc[0] = "The Coverage Calculator software is used to configure EAW Commercial loudspeaker systems listed within the program in a distributed layout using SPL (sound pressure level) mapping as the primary criteria.
FEATURES:
-User-adjustable layout density.
-SPL map of listening area with adjustable resolution and frequency.
-Database of measured loudspeaker data used for SPL mapping.
-Rectangular or hexagonal layout patterns.
-Cable layout function allows automatic or manual layout of loudspeaker cable.
-Cable layout has adjustable termination allowance and displays cable lengths.
-Print-out of speaker location and cabling results.
-Recommended amplifier power.
-Distributed system cable calculator.
-Dimensions can be in metric or U.S. units"; 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 = ''; } }