var fDesc=new Array();
fDesc[1] = "incredible application uses multi-threading, so on fast computers you can scan more than 1000 port per second, making this tasks really fast. What is more, it contains descriptions for common ports, and can perform scans on predefined port ranges.";
fDesc[2] = "order to detect, assess and solve security vulnerabilities. The Network Audit tab in the program“s interface includes the buttons to perform different scans. You will be able to launch a Quick, Full or Custom Scan, or schedule a scan to be performed at a given moment.";
fDesc[3] = "multithreaded, so on fast machines you can scan many computers at once.";
fDesc[4] = "perform scan on predefined port ranges.The tool is designed with a user-friendly interface and is easy to use.";
fDesc[5] = "on the remote computer is hidden from you now!";
fDesc[6] = "tools bundled together for a long time. With this application(s) you can diagnose any network problem. Well, as long as you know what you are doing and where to look.";
fDesc[7] = "common used hacker and trojan ports.5 different scan modes and usefull information onused ports. Customizable files f...";
fDesc[8] = "not just a network scanner, with this you can perform DNS-dig, whois, remote OS fingerprinting, trace-route, ping, and much more.";
fDesc[9] = "and export open ports information into a text file. You may even close open connections from within this application.";
fDesc[10] = "administrators, IT solution providers or individuals. It includes: Comprehensive Security Scanner, Host monitor, and more.";
fDesc[11] = "address,search ip address,trace ip address,scan ip address,find port,search port,scan port.";
fDesc[12] = "multi-threaded IP, NetBIOS and SNMP scanner. It was designed for both general users and system administrators who are interested in computer security. Network Scanner performs ping sweep, scans f...";
fDesc[13] = "hands-on approach on his work. Advanced Net Tools has many features that make it a most sought after program. the Share Scanner that scans an IP network looking for a list of servers and also the Network Port Scanner that is capable of scanning any IP address looking for any port.";
fDesc[14] = "tracer in one software. It can scan IP address and trace IP address. And it also can find port, search port and scan port.";
fDesc[15] = "Open ports will found will have suspected trojans listed. Free for website monitoring service clients.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}