var fDesc=new Array(); fDesc[0] = "AFMG Reflex is a two-dimensional acoustics simulation software to model the reflection, diffusion, and scattering of a sound wave incident upon a defined geometrical structure.

Within AFMG Reflex the shape of the reflective surface is entered as a two-dimensional cross-section. The simulation method is based on the Boundary Element Method (BEM) to calculate the reflection, diffusion, and scattering properties of the surface."; 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 = ''; } }