var fDesc=new Array(); fDesc[0] = "NetEdit is a great and free network utility used to manage all aspects of Host Engineering Ethernet-enabled devices. The program greatness is that it can configure network settings, updating the firmware in the devices, and setting up any runtime configuration options that are available.

The program uses Excel-style grid design which allows the list of devices to be sorted by any column. A built-in Export feature will allow you to save the current device list information to a CSV file. Also is provided a 'Restore Factory Settings' function to reset Name, Module ID, IP Address and Description to their default values.

An integrated firmware update facility is provided for all EBCs, EBC100s, ECOMs, ECOM100s, EDRVs, ERMs, PBCs and PSCMs."; 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 = ''; } }