var fDesc=new Array(); fDesc[0] = "AtmosFRINGE is a powerful Interferogram Analysis software used to extract quantitative wavefront measurements from a laser interferogram.
AtmosFRINGE actually is the first Interferogram Analysis program which is very affordable if compared with other programs for analyzing interferograms.
This allows not only big companies to produce accurate measurements of the accuracy of their optics but also small workshops and even amateurs can produce quali-quantitative test reports from their interferometers."; 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 = ''; } }