var fDesc=new Array(); fDesc[0] = "The ICU Configuration Utility allows for configuration of an Identity Controller Unit (ICU) over a network based connection when the existing IP address of the ICU is known. This utility eliminates the requirement of using the Serial Configuration Cable for setting the IP address of the ICU and of the Iris Server IP (when current Iris Server IP is already known), and allows for the viewing of, and configurations to Security ID's.

This file contains two files: "ICU_Configuration_Utility.exe" and "IPAddr". (these files must exist in the same file folder location). Additionally, it is recommended that the Windows User be logged in as, or have full administrative rights privileges, and that firewalls are not enabled, and ports are not being blocked on the PC during usage of the ICU software utility."; 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 = ''; } }