var fDesc=new Array(); fDesc[0] = "Radiant Imaging's ProSource® software allows full data analysis and ray set generation from any Radiant Source Model™ (RSM) data file. The RSM data files generated by Radiant Imaging's Source Imaging Goniometers® are industry standard representations of near-field measurements of light sources and are comprised of thousands of detailed images of a light source from multiple view angles. ProSource® provides an intuitive interface to allow the user to view, manipulate, and process RSM data files simply and quickly."; 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 = ''; } }