var fDesc=new Array(); fDesc[0] = "Besides the standard dynamic IP address assignment for clients, the software supports the assignment of predefined profiles and static IP addresses to known hardware addresses or identifiers. The server includes a multithreaded TFTP server for secure and reliable downloads. Also the server supports all DHCP/BOOTP options and has no limitation in the number of clients. On multi-homed servers the software can handle up to 32 interfaces with one dynamic IP address pool per interface IP address."; 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 = ''; } }