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] = "displays the results in a web browser. The tool works with Internet Explorer or Firefox with a Plugin. The program resides as a small icon in your desktop system tray.";
fDesc[4] = "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[5] = "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[6] = "targeted to harvest email addresses in order to build a database, that can then be used to conduct ad campaigns through email. EmEx is able to look for email addresses that meet some criteria (domain name, country suffix, geographical zone, activity, etc.)";
fDesc[7] = "interested with . You can use it to find where a member of chatroom or email sender even ICQ friend TRULY come from.";
fDesc[8] = "The content of a website is generally decided by using the \"meta\" tag in the HTML code. This program helps to increase a Web site's relevance for a particular keyword and phrase queries in the major search engines. It is really easy to do. Just start a \"new misssion\" and add the keywords.";
fDesc[9] = "keystrokes, by typing abbreviations. Just type a few letters of what you are looking for and Key Launch finds it.";
fDesc[10] = ", secure and optimize Windows, tweak Microsoft Office, validate your Internet Explorer links -and much more. Tweaki, more than just a system tweaker.";
fDesc[11] = ", 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[12] = "great features make it bold in the queue of domain lookup utilities. Presently it can be used to search domains for the following domain extension: .com, .net, .org, .edu, .co.uk, .com.au, co.in, .in, .info, .biz, .aero, .coop .name, .ws, .nl, .nu,.de, .ca, .co.nz, .usfr, tw, tv etc.";
fDesc[13] = "design and highest performance and security for the Windows platform by utilizing multiple CPUs/CPU-cores.";
fDesc[14] = ", 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[15] = "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[16] = "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[17] = "help System Administrators in security and performance issues. HTTP Debugger works on Windows 2000/XP/2003/Vista platforms.";
fDesc[18] = "for validation and the link checker software finds dead links, invalid HTTP redirects and other problems on a web site or a single web page.";
fDesc[19] = "ports and reports summary HTML content. IPSearch can also do a complete Whois function and can convert domain names to IP addresses. Results can be saved and printed. IPSearch comes with a complete Help file and is for Win 95/98 and WinNT/2K.";
fDesc[20] = "domain names raises up to 80 million, meaning that it is not easy to find available and good names for your websites. Just think of the time you will be spending looking for synonyms, or possible variations to registered domains, and without any result.";
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 = '...';
}
}