var fDesc=new Array(); fDesc[0] = "PCFinder is an application that will scan an IP address range that you input, and will retrieve the MAC addresses and host names of the computers that are connected to your Local Area Network.
PCFinder features: sortable results list, searchable results list, filter results list, copy information to Clipboard, export results to multiple formats, and more.
Note: This application requires the .NET Framework version 2.0 or higher in order to run."; 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 = ''; } }