var fDesc=new Array();
fDesc[1] = "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[2] = "will be loved by current users. While this software can store basic information of the contact in your contact list, it can also give you one click access to the chat history.";
fDesc[3] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface.";
fDesc[4] = "devices, such as printers, cameras, USB drives, graphics cards, sound cards, etc. It´s important to have the most up-to-date drivers to ensure that your devices work flawlessly.";
fDesc[5] = "scan your computer when you first install it and elaborate a list of the applications that you have installed. It will also connect to the Internet and check what the latest versions of those applications are.";
fDesc[6] = "websites for changes and updates. It enables you to monitor web pages, password protected pages, forums for new postings and replies, RSS feeds, newsgroups and local files.";
fDesc[7] = ", but will immediately update to version 8.5.0.4. This program is dedicated to promote web sites in 19 different search engines. It also contains website maintenance software, and web optimization software tools.";
fDesc[8] = "other malware effectively such as; keyloggers, rootkits, Trojan Horses, and home browser hijackers. Spyware Cleaner 2009 have a built in update checker for the user(s) to ensure protection is up to date and running smoothly.";
fDesc[9] = "through many assistants. People doing a frequent use of their computers will find this tool very useful and quite simple to use.";
fDesc[13] = "the same time. EasyMonitor features downloadable holiday definitions, an Internet update checker, password protected settings and EasyConnect - a one click connect and browser launch utility. EasyMonitor is minimized into the Windows tray when not in use, which offers easy access to the status window and program settings. It allows for time, fixed and flexible rate calculation,all easily configured through a Monitor wizard. EasyMonitor has English, French, Spanish, Portuguese, Swedish, German, Italian and Dutch language and settings support.";
fDesc[14] = "alarms with date and time, title, description, priority and periodicity. It is also possible to schedule application launching. Annual calendar, trash, startup reminder, automatic web update checker and wave bank are available. Export functions to CSV, Excel and HTML. XP Style compatible.";
fDesc[15] = "you when your favorite sites have been updated and/or changed.";
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 = '...';
}
}