var fDesc=new Array(); fDesc[0] = "Vicon Eclipse is the common data manager component for Vicon’s Life Sciences suite of applications including Vicon Nexus, Vicon Polygon, and Vicon Bodybuilder. The data manager component enables you to create Vicon databases for storing and retrieving trial data, the individual files associated with a trial and data reports. This component also enables you to browse and connect to databases as well as to navigate within a database structure to find and open trials or reports of interest. ProEclipse offers all of these functions and adds improved data navigation, easier database customization and data search capabilities."; 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 = ''; } }