var fDesc=new Array(); fDesc[0] = "OpTaliX is a powerful and comprehensive program for computer aided design of optical systems, thin film multilayer coatings and illumination systems. OpTaliX provides powerful features to conceptualize, design, optimize, analyze, tolerance and document virtually any optical system.

OpTaliX includes geometrical and diffraction analysis, optimization, thin film multilayer analysis and refinement, non-sequential ray trace, physical optics propagation, polarization analysis, ghost imaging, tolerance analysis, extensive manufacturing support, user defined graphics, illumination, macros, and many more.

OpTaliX is successfully used for the design of photographic and video lenses, industrial optics (beam expander, laser scanners, reproduction, machine vision), space optics, zoom optics, medical optics, illumination devices, fiber optical telecom systems, infrared optics, X-ray optics, telescopes, eyepieces, and many more."; 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 = ''; } }