var fDesc=new Array(); fDesc[0] = "HOST Searching is a useful tool for office worker. It is very easy to use. After filling the start ip and the end ip, you click the button of "search", the HOST Searching will begin the searching. The hostname and username had been found will be listed below. You can get the information of "MAC address, Workgroup, IP address". You can open a host by double click it.
You can search host and user in any network segment. When HOST Searching runnning, it will uses the ip address segment that it had used last time."; 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 = ''; } }