var fDesc=new Array(); fDesc[0] = "If you are running an ftp server on your local computer or giving access to your colleagues via IP address it is important to detect changes of your external IP. This software monitors changes of your external IP and displays major network parameters of your cumputer such as: computer name, workgroup or domain, internal IP and subnet, external IP. If the external IP of your P has changed, GetNetowrkInfo will display a popup notification message or play sound."; 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 = ''; } }