var fDesc=new Array(); fDesc[0] = "If you do not have a large computer which can act as a boot server, download our DHCP/BOOTP software so you can use a PC as a DHCP/BOOTP server. With this software, you do not have to hardcode IP addresses into your ladder logic programs. This is a Windows application used to assign IP addresses to EtherNet/IP devices via BOOTP or DHCP. The recommended install location is the default location."; 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 = ''; } }