var fDesc=new Array(); fDesc[0] = "ProSoft Discovery Service (PDS) is the software utility used to allow your PC to find your Ethernet-based product, and change its default IP address without being on the same subnet. You need the IP address to log into the module's webpage and configure the module settings. You can use ProSoft Discovery Service to enter a temporary 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 = ''; } }