var fDesc=new Array();
fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system.";
fDesc[2] = "clean thousands of malwares, adwares, keyloggers, trojan horses, pybots and rootkits in seconds. This award winning application is designed while keeping the novice in mind, so no skills are required to use it.";
fDesc[3] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up.";
fDesc[4] = "WinOptimizer can clean your internet and PC history and clean all the junk files. You can clean your windows registry to get rid of unused registry entries and save your system from registry corruption and errors or you may like to make your private data password protected.";
fDesc[5] = "all the processes running in our computer. It has never been so easy to detect suspected items, enable, disable, remove, or put them in quarantine. We are also allowed to view the security risk for each running process, CPU usage and more.";
fDesc[6] = "This program can not only tune up your system but also it cares for it regularly to save your operating system from internal problems and system crashes. It offers 4 wizards that contain different tools for different purposes.";
fDesc[7] = "of course you can enable or disable any program to run at startup or not. But you can also add new programs to run at startup. It gives you the full capability to edit any listed program.";
fDesc[8] = "with your window and stay in windows system tray after installation to protect your system from unwanted dangerous programs to start automatically. Startup Defender monitors your system in real time and prevents any program to sit in your startup list.";
fDesc[10] = "optimize our computer's overall performance and security. It features a user-friendly interface, which provides comprehensive information on our network traffic, CPU usage, and Memory usage, items on Windows startup, opened applications, running processes, services, and log report.";
fDesc[11] = "helps you to run your PC without errors and internal system problems. It also offers a Windows tweak tool that can make shell changes to your system to avail you some useful facilities.";
fDesc[12] = "automatically each time? Argente - StartUp Manager can help you to get control of all over applications that start with your Windows is loading. This great tool will display a list of all startup entries and will allow you to remove specific programs.";
fDesc[13] = "items running on their computers. The software is very powerful and gives the users complete control over the Windows startup configuration. Absolute startup is also capable of removing viruses and other malicious programs from the windows startup.";
fDesc[14] = "developed for managing processes on startup. It can be used for enabling, disabling, removing and adding entries into the startup menu. The program has a very simple and easy-to-use interface.";
fDesc[15] = "disable or enable any startup program to run at startup or not. If you disable any startup item or program from EMSA Win Startup Manager then it will not run next time you start or restart your system.";
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 = '...';
}
}