var fDesc=new Array();
fDesc[1] = "and securely. Being compatible with multiple operating systems, it gives full support to heterogeneous host and remote devices.";
fDesc[2] = ", modules, Windows startup items, IE add-ons, system add-ons, services, drivers, opened files and installed programs in your operating system. Multilingual support and a very compact size make it a must-have system utility.";
fDesc[3] = "efficient. This incredible application ensures your personal privacy while surfing through the Web and protects your PC from information theft.";
fDesc[4] = "The utility checks all the system to verify if there exists any kind of errors that affects the computer functionality and automatically corrects them. the utility also searches for spyware and adware. If you want, the program can monitor your computer in the background in real time.";
fDesc[5] = "Utilities XP doesn't add anything new to your system, it actually works as a link to your system utilities and DOS commands hidden behind system folders.";
fDesc[6] = "Windows system utilities. Such utilities include individual control panel applets, and hidden applications within Windows. XP SysPad allows recovery of lost Windows/MS office product keys. With the XP SysPad user(s) are allowed to access hundreds of Windows operating system utilities.";
fDesc[7] = "Vista and Windows XP. Includes powerful and easy to use tools for speeding up your system, uninstalling software and removing spyware.";
fDesc[8] = "there, but most of them are really expensive, so AceBackup really caught my eye when I read it was free. The application combines a lot of features that make backing up sensitive data a breeze.";
fDesc[9] = "NTFS, Compress your hard drives. Convert Images and do much more with Windows Powertools. All for Free!";
fDesc[10] = "speed, interrupted Internet access, unauthorized data access, Internet thefts, low memory errors...";
fDesc[11] = "utility that can edit multiple files at once. Besides its great GUI it also has the most important thing when youre editing system files. BACKUP! Except System Editor has automatic backup. To narrow it down System Editor is an enhanced and upgraded version of 'sysedit' which Windows gives you. System Monitor monitors your system. It monitors more than 48 settings and configurations. It also has a Event Bar which tells you if your display has changed, your settings have changed, your battery is too low, and much more. System Tray can put any regular application, program, or game into the system tray with the icon and tooltip of your choice. System Alarm sits in your system tray. You set a time (in the current day), message, and executeable (optional). When the time has come the message appears, and the executable runs (only if you chose it to).";
fDesc[12] = "Temporary Files cleaner, ScanDisk, and Disk Defragmenter in its simple interface, allowing you to easily access them.";
fDesc[13] = "You may find the detail information of 2000+ System i (AS/400) Control Language commands.";
fDesc[14] = "the most varied of check ups to your system. MindSoft XP System utilities is made up of many utilities, such as optimization tools, fix and repair tools, cleaning utilities, file utilities and useful utilities.";
fDesc[15] = "optimize your system for best performance. You can boost your system manually and configure Windows startup, manage running programs, customize internet settings and uninstall any installed application - just in a few clicks.";
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 = '...';
}
}