var fDesc=new Array();
fDesc[1] = "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[2] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!";
fDesc[3] = "database of these codes, letting the user to modify and save any information of this any particular code. It includes the amendments, municipalities and the abroad Italian states.";
fDesc[4] = "featured with different modules and templates. You are able to fill your website with any content you like including pictures, files, texts and links. Publishing a site is easy and takes just few minutes.";
fDesc[5] = "interested with . You can use it to find where a member of chatroom or email sender even ICQ friend TRULY come from.";
fDesc[6] = ", using Google, by just entering that word in the taskbar desktop toolbar or in your IE Searchkut toolbar. Along with this search engine function, Searchkut Toolbar 1.1 has several icons that will give you access to a variety of sites.";
fDesc[7] = "search box that enables you to search the web more easily and fast, allowing you select your favorite search engines. The address bar can be easily moved, resized, or shorten to suits your needs.";
fDesc[8] = "search are displayed in four different ways: standard, compact, detailed and custom. Duplicates are filtered by the application and the user won't see them, saving time.";
fDesc[9] = "at any time. It allows you to obtain search results from multiple search engines such as Altavista, Fast, Google, Inktomi, MSN, Teoma, among many others. What is more, with the PPC Meta Search, you can search in three PPC search engines at a time, with Findwhat, Overture and Kanoodle.";
fDesc[10] = "Domain name on the Internet. It is capable of reporting as many as 21 of the most popular domain extensions available on the Internet. The program has a very intuitive and user-friendly interface.";
fDesc[11] = "search engines like Google or by parsing a certain web directory or a list of websites. Moreover, it can extract e-mail addresses from any file or folder on your computer.";
fDesc[12] = "before and after views of registrations when anything changes. Receive email alerts when domains expire or become available.";
fDesc[13] = "capable of retrieving all contact e-mail addresses, phone and fax numbers, country name and expiration dates";
fDesc[14] = "Program features include: misspelled domain names generator, build-in thesaurus and multithreaded domain name availability checking.";
fDesc[15] = "Google Page Rank just waiting to link to you, and emails them with a customized message.";
fDesc[16] = "through pages of results. It focuses only on domains, and eliminates duplicates. The results are presented in a clickable local web page.";
fDesc[17] = "domain names Includes 10 dictionaries (almost a million words with support for extended characters) Multithreaded=many times faster";
fDesc[18] = "and Recent programs. Fast file searching with text search & replace, saved searches, template documents, file erase, and much more.";
fDesc[19] = "PageRank and Alexa Traffic Rank ratings. The program has a remarkably simple interface and supports most of generic and country-code TLD domains.";
fDesc[20] = "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...";
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 = '...';
}
}