var fDesc=new Array(); fDesc[0] = "TracePro is a comprehensive, versatile software tool for modeling the propagation of light in imaging and non-imaging opto-mechanical systems. Models are created by importing from a lens design program or a Computer Aided Drafting (CAD) program or by directly creating the solid geometry in TracePro. Optical properties are assigned to materials and surfaces in the model. Source rays propagate through the model with portions of the flux of each ray allocated for absorption, specular reflection and transmission, fluorescence and scatter."; 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 = ''; } }