var fDesc=new Array(); fDesc[0] = "The DCS-IP-Gateway Finder is an utility that searches for DCS-IP-gateways in the network. It starts automatically at Windows startup, searches through the entire network and lists all the DCS-IP-gateways located in the network with the corresponding IP addresses. Also, the program allows you to adapt or change the network settings of the listed DCS-IP-gateways."; 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 = ''; } }