var fDesc=new Array();
fDesc[1] = "versions providing a better graphical user interface and a variety of logons to choose from. It is a freeware once downloaded provides a variety of in-built logon screens.";
fDesc[2] = "information, Process manager, Optimizer, 1 click cleaner, Repair center, Start up manager, System speed booster, Junk file cleaner, Registry Cleaner, Wallpaper changer, Privacy protector, File Splitter, Shutdown manager and many more utility tools that can customize your system for best performance.";
fDesc[3] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!";
fDesc[4] = "remotely from Windows XP in Windows Vista and Server 2008, tools such as: DHCP, Print Server, Active Directory Domain and Certificate Services, DNS Server Service Tools, Shared Folders Tools and others.";
fDesc[5] = "and Mozilla/Gecko into one program. Its advanced analysis features make it the perfect companion for webmasters and web developers.";
fDesc[6] = "our intended mails we do get different marketing and unwanted mails. Here is a smart product to minimize the number of unwanted emails via process of basic filtering, it is called SpamExperts Desktop.";
fDesc[7] = "These errors are commonly known as DNS errors and they are related to the Domain Name Servers. It is a common situation with the Windows browser, The Microsoft Internet explorer that it is not able to open certain web pages thus resulting in the DNS Errors.";
fDesc[8] = "programs. Basically it is an enhanced Windows Service Manager, which facilitates the user to start or terminate the Windows services and displays their current status in a color coded format.";
fDesc[9] = "new and improved screen engine.";
fDesc[10] = "can use it for projects related to web and client applications. Demo version has 5-second random delay.";
fDesc[11] = "computer. Host your own Web server, FTP server, email server, and much more without the hassle of a hosting company.";
fDesc[12] = "recommended image protection for photographers and advertising professionals. Pro will encrypt more than 3,000 images on a single click.";
fDesc[13] = "exchanger for the domain of a given e-mail and then it will simulate sending an e-mail message to the recipient.It does not actually...";
fDesc[14] = "computer name, workgroup or domain, internal IP and subnet, external IP.";
fDesc[15] = "through pages of results. It focuses only on domains, and eliminates duplicates. The results are presented in a clickable local web page.";
fDesc[16] = "policies. PPE checks every new password for compliance with the password policy, and helps users to choose a compliant password.";
fDesc[17] = "Features include scanning through large databases of deleted and on-hold domains and saving the resulting lists of domains with Link popularity to a variety of file formats. The Script for search customization fully meets the user's needs. This is a valuable tool for Webmasters and domain hunters. Why were these domain names abandoned? Perhaps the author lost interest, couldn't afford the fees or simply forgot to renew the domain. With Popularity OnSnap software you have the chance to reclaim some of this valuable and wasted traffic and actually make money from it by just putting ads on your Domains with high Link Popularity. Webmasters, you can easily overcome your competitors in search engine placement by acquiring targeted domain names with high link popularity. Link Popularity of domain name places a major role in search engine placement. Links are great source for consistent...";
fDesc[18] = "web site. Allows print out of info or saving to disk. From Darkhorse Industries.";
fDesc[19] = "when they are about to expire. Searching for accurate domain registration details is harder than ever. Deregulation has led to a rapid expansion in the number internet registrars, each with their own whois database. The new generic domains such as .biz and .name and the increasing importance of international country code domains make it even more complicated. KFWhois does the hard work for you in finding the right registrar for each domain and querying its whois database. This application saves you time and trouble in managing your vital domain name assets.";
fDesc[20] = "Converter, Batch Ping, Tracert, Whois, Website Scanner and Connection Monitor as well as an IP-to-Country Converter into a single interface.";
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 = '...';
}
}