var fDesc=new Array();
fDesc[1] = "Live. Besides providing protection to your Pc from threats, it is packed with a number of additional features. It also helps in improving your PC’s performance by removing the junk matters from the system’s hard disk.";
fDesc[2] = "perform scan on predefined port ranges.The tool is designed with a user-friendly interface and is easy to use.";
fDesc[3] = "remote connections in a simple interface. Through the \"Tools\" option you can perform several tasks, like making SSH File Transfers, use the Ultra VNC Single Click feature, manage the communications using External Applications or perform a Port Scan.";
fDesc[4] = "information. Whois supports IP address queries and automatically selects the appropriate whois server for IP addresses.";
fDesc[5] = "including parasites and trojans. The tool is designed with a user-friendly interface and is easy to use.";
fDesc[6] = "functionality. Tools include Ping, Traceroute, Port Scanner, Network Scanner, SNMP, Bandwidth Monitor, DNS, Finger, Whois & LDAP.";
fDesc[7] = "address,search ip address,trace ip address,scan ip address,find port,search port,scan port.";
fDesc[8] = "between two requests. The generated requests are sent to the specified URL.";
fDesc[9] = "corresponds to the specified destination IP address. The ARP cache contains IP/MAC translations.";
fDesc[10] = "objects are loaded each time the browser is started up. Some BHOs are helpful, but there could be malicious ones that will harm your computer.";
fDesc[11] = "information for example:domain name , Port scan,which may be used to search the port opened on curtain host.sometimes it can used to scan the backdoor controlled by hacker on your computer.";
fDesc[12] = "at once and easily transfer data between them, edit and save the results in a text file. It contains over 35 utilities such as IP Resolver, DNS Lookup, Traceroute, Ping, Time Sync, Whois, RWhois, Finger, Quote, URL Decoder, HTTP Web Reader, Advanced HTTP, Terminal, Port Listener, Port Proxy, IDENTD Server, IDENTD Query, Server Scan, Address Scan, Port Scan, NetBios Names, E-Mail Verify, E-Mail Header Analysis, Blacklist Lookup, SMTP Relay Check, ORBS Submission, SMTP Listener, System Info, NetBIOS Info, DHCP Info, Protocols, Port Services, Connections, Statistics, Keepalive, no-frills Text Editor, ROT13 Decoder, and an HTML Help file.";
fDesc[13] = "Email Verify, Finger, Name Scan, plus 6 others. Also, NetGadgets provides 6 Local Information Network tools.";
fDesc[14] = ", JFirewallTest uses a two stage testing procedure that tests all 65,536 ports very rapidly.";
fDesc[15] = "network scanner, with this you can perform DNS-dig, whois, remote OS fingerprinting, trace-route, ping, and much more.";
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 = '...';
}
}