var fDesc=new Array(); fDesc[0] = "LANconfig facilitates the configuration of various devices within a project with a range of functions that can be run on several devices at once.
Basic functions:
Automatically detection of new devices
Remote access configuration via ISDN or other data communications, IP addresses, URL or serial interface
Integration of telnet, SSH and HTTPS configuration
Integratred help function
Comfortably configuration with integrated setup wizards
Configuration of backup connections"; 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 = ''; } }