var fDesc=new Array(); fDesc[0] = "IP - MAC Scanner is quite smart program for both business and private use. It enables to scan IP address and scan MAC address quickly. As the best IP scanner, it supports to fast scan IP from both distributive and DHCP addresses. IP – MAC Scanner also supports to analyze the scanning results to track unknown clients. It can scan the whole network by UDP or ARP, and backup the detailed scanning results to database. A ping tool is included in IP – MAC Scanner, for you can easily ping any IP address from the scanning results. You can also find remote control and email notification functions in side IP – MAC Scanner!"; 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 = ''; } }