var fDesc=new Array(); fDesc[0] = "Aphelion Dev's graphical user interface utilizes the best features of current Windows technology, such as .Net components and software architecture tools. Its context-based tools guide a new user from image acquisition, through image processing and analysis, to report generation. Yet, Dev provides the more experienced user the tools to develop advanced and automated imaging processes that quickly become deployed applications.

Aphelion Dev users benefit from its openness, made possible by support for multiple macro command languages that can call functions from Dev's libraries as well as from third party software products. Dev's libraries are available as native code and .Net® components. This capability enables OEMs and VARs to create stand-alone imaging applications with customized GUIs in a timely manner."; 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 = ''; } }