var fDesc=new Array(); fDesc[0] = "Acid Scanner is lightweight network auditing tool (scanner) for home or office use that allows administrators, managers, or common users scan their networks, uncover possible security risks and find unprotected ways to their computers. This software is freeware and fully portable, no need to install anything. Should work on Windows XP and higher. It allows you to scan a single computer or multiple IP addresses for available shared resources, establish connection via tcp or udp protocol and sends and receive custom data (like telnet but more comfortable). Class C network can be scanned within a few seconds. Discover all network flaws before anyone else does!"; 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 = ''; } }