var fDesc=new Array(); fDesc[0] = "BeamGage Professional provides an automation interface via .NET components to allow customers the ability to build custom applications that incorporate the laser beam analysis and processing power of BeamGage. The BeamGage automation interface allows developers to control BeamGage programmatically via a set of “puppet strings” known as the automation interface. The automation interface was developed to provide the ability to base control decisions for a second application on results and behaviors recognized by BeamGage. With this ability users can quickly and efficiently meet their manufacturing/analysis goals with minimum human interaction."; 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 = ''; } }