var fDesc=new Array(); fDesc[0] = "AGi32 is first and foremost, a Calculation tool for accurate photometric predictions: A technical tool that can compute illuminance in any situation, assist in luminaire placement and aiming, and validate adherence to any number of lighting criterion.

AGI32 is not only a comprehensive point-by-point program, but a lightning fast, photometrically correct, color rendering tool as well. Imagine computing all of your point-by-point values simultaneously with a full color image. Now, not only can you review the "numbers", you can also incorporate accurate visualization into your everyday lighting design. This is enormously powerful for both conceptualization and presentation."; 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 = ''; } }