var fDesc=new Array(); fDesc[0] = "Network Enabler Administrator provides a convenient way to configure NE-4100-CMD. Use Broadcast Search or Search by IP to locate the NE-4100-CMD you wish to configure. Keep in mind that Broadcast Search will locate all Network Enabler products connected to the same LAN as your PC. Search by IP can be used to locate Network Enablers that are NOT connected to the LAN. However, if you use Search by IP to locate a Network Enabler connected to the same LAN as your PC, the Network Enabler and PC must be on the same subnet. Configure the type of trigger (hardware or software) that will activate Serial Command Mode. The trigger type can configured over the network with Network Enabler Administrator."; 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 = ''; } }