var fDesc=new Array(); fDesc[0] = "MAC scanner allows you to retrieve MAC addresses from computers located in the local network. Collected MAC addresses identify every network node uniquely and can be used by various network tools, such as Wake-on-LAN and some security utilities. If you like to use any of these tools, an automatic MAC scanning can save many hours of your work, because manual collection of MAC addresses is a very time-consuming task. EMCO MAC Address Scanner allows to save your time - it automatically detects MAC addresses for all network computers quickly and easily."; 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 = ''; } }