var fDesc=new Array();
fDesc[1] = "work on your computer. This means you can easily move whole websites or information to CD-ROM, USB disk, or to another hard drive.";
fDesc[2] = "for logging and mesuring system components. The sensors permanently monitor behind parameters of the system.";
fDesc[3] = "allows you to isolate faults, simplify processing of diagnostic data, and increase internal network security.";
fDesc[4] = "at the same time and ping the IP addresses of captured packets in Colasoft Capsa (if applicable) conveniently.";
fDesc[5] = "agent-free and zero deployment environments.";
fDesc[6] = ", we can enter a file name or select it from anywhere within our computer, external or removable devices. We will be able to select the following extensions: HTM/HTML/CGI/ASP/PHP/S TM/SHTML/SHTM/PHP3.";
fDesc[7] = "from web pages quickly and easily. This utility will save you lots of time of web surfing. All downloaded pictures can be previewed before selection.";
fDesc[8] = "Directory/Domain Controllers are supported. New Account can be created without modifying existing accounts.";
fDesc[9] = "publisher Special Operations Software claims that this tool works well on Windows XP/2000 and 2003 platforms. Also, the Publisher is a Microsoft Gold Partner.";
fDesc[10] = "a dynamic IP address. This lets others access your web, file, or other server the same way every time.";
fDesc[11] = "file. Optionally display as shaped notes, tablature, chord names with fret diagrams. Re-arrange/delete verses.";
fDesc[12] = "mailboxes at any time. No extra payment to your ISP for the mailboxes you add, perfect solution for small business.";
fDesc[13] = "database source. It extracts Domain, TLD, Registrant, Admin Name, Address, City, State, Zip, Country, Phone, Fax, Email, NameServer, Domain Created Date, Updated Date, Domain Expired Date. The program auto saves all extracted data in csv/text file with success, error, log text.";
fDesc[14] = "a dynamic IP address or are behind a router.";
fDesc[15] = "Word List Builder and Sounds Like Over 200 top and country level domains including .biz and .info";
fDesc[16] = "domain names youre interested in getting, into available and reserved names. Customizable and easy to use.";
fDesc[17] = "domain names Includes 10 dictionaries (almost a million words with support for extended characters) Multithreaded=many times faster";
fDesc[18] = "find: domain/IP owner country, country map, country extended information, email abuse address, IP pool owner, and many more.";
fDesc[19] = "time, build potential names from keywords, and more! A *MUST* for anyone looking for a domain name!";
fDesc[20] = "frequency domain. Graphical, block oriented user interface with more than 80 basic elements. Creates time, Bode, Black-Nichols and Nyquist diagrams.";
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 = '...';
}
}