var fDesc=new Array();
fDesc[1] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up.";
fDesc[2] = "want to install any application from Google Pack and guides you to the whole installation process. With this program you can also monitor the status of your installation, run the software that has been installed on your computer and uninstall the programs.";
fDesc[3] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this.";
fDesc[4] = "firmware to enjoy new functionalities. The only restriction is that this software is only meant for recent devices of Series 40 or S60; all of these from any Internet enabled broadband connection.";
fDesc[5] = "computer including that which came with windows (like the mouse and keyboard driver). It can scan and automatically download the drivers from the respective developer / manufacturer website.";
fDesc[6] = "system. That's where filehippo.com Update Checker comes in handy, as the name suggests is a utility developed by filehippo.com. It scans a user computer for installed softwares & utility then it generate a list of softwares & send this information back to filehippo.com to check whether newer versions of these softwares are available or not. All this is done within a time period of 2-5 seconds. The result is then displayed in the browser windows for you to download. It also shows the recent beta versions of the softwares installed. You can check for newer updates right from your taskbar using the tray icon. From the taskbar it automatically searches for new updates & alerts you using a popup notification. You can also customize your results or change the default browser in which you want to show your result. It is a boon for computer users who want their softwares to be updated all the...";
fDesc[7] = "other blog entries regarding Secunia and vulnerabilities.";
fDesc[8] = "automatically detects and installs the most recent version of operating software for your compatible Garmin GPS. WebUpdater's simple interface makes it easy to upgrade your operating software. Just connect your Garmin GPS to your computer, run WebUpdater, and follow the screen prompts. After confirming that you want to perform an update, WebUpdater will download that update for you and install it on your GPS. WebUpdater always checks for its own update first before performing a unit update. Unlike previous versions, you no longer need to download Web Updater everytime you upgrade your unit software. Once installed, simply run it from your computer —no need to download anything else yourself.";
fDesc[9] = "choose a name and have your IP address redirected to that name. So, if you have an Internet Service Provider that changes your IP every time you reboot your ADSL modem, for example, you will greatly benefit from this application.";
fDesc[10] = "This amazing engine deal with compatibility problems by searching the latest genuine drives directly from the manufacturer and all them just from a single place and at the click of the mouse.";
fDesc[11] = "as you browse, before they reach your computer. If you´re already infected, it locates and removes spyware from your PC, even that using rootkit technology.";
fDesc[12] = "select a DNS name for your computer to be accessed to. For example, you can chose DNS.DynDNS.com, and every time someone types that address anywhere, they will be directed towards your IP address. However, you would have to manually update it every time your IP changes.";
fDesc[14] = "application.";
fDesc[15] = "Install the update; 3. Troubleshooting. This update is usable for Treo 700w and 700wx featuring slightly different characteristics depending on the model of your smartphone.";
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 = '...';
}
}