var fDesc=new Array(); fDesc[0] = "DHCP Server offers an easy software solution to many network administration problems.

Automation and control of IP address assignment is now quick and simple.
DHCP is an efficient solution for large companies which have frequent changes in their network configuration, and a need to accomodate mobile users.

DHCP Server supports:
Up to 1000 unique users
'Snapshot' facility
Multiple Ethernet cards
And Much More...

DHCP Server is available in 25, 50, 100, 250, 500 and 1000 user configurations for Windows 2000/2003/XP.
Benefits of DHCP Server

IP Distribution
DHCP Server can support up to 1024 clients at any one time. This is suitable for a network of any size.
Configuration
DHCP Server is easy to set up and configure, and can be administered with minimal effort.
Client Retention
DHCP Server retains information about clients, after a shut down or restart, and also has the ability to 'Snapshot' the currently served DHCP clients.
Enhanced Interface
DHCP Server's user interfaces are now improved, with the ability to resize and configure the status window.
Conflicting Addresses
DHCP Server 'ping' and IP address, before allocating a configuration, thereby avoiding address conflicts.
Remote Administration
DHCP Server can allow the administrator to access the network remotely, from specified computers, using the optional Remote Administration Console."; 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 = ''; } }