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] = "music and video libraries, a manager of photographs, software for presentations of photos and videos plus an editor and covers. All these tools can be ruled out at the facility where the only thing that interests us is the writer Nero 9.";
fDesc[3] = "(CD, Blu-Ray Disc, DVD or HD DVD). Among its principal features, you can find an audio converter, a \"Mixed Disc\" option, that lets you create CDs combining different types of files, and many disc utilities.";
fDesc[4] = "a phone, back up and restore phone data, import and export contacts and calendars. This program can use the mobile phone to connect your PC to the Internet.";
fDesc[5] = ", virus, trojan, dialer, etc. we have installed in our computer without our permission. It can search for malware in the entire computer or just in the specified file, folder, drive, removable or external devices.";
fDesc[6] = "and DVDs. You can choose between several static and animated menus and preview everything before burning the disc. You can also burn standard DVD files (VIDEO_TS folders containing files. VOB. IFO and. BUP).";
fDesc[7] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more).";
fDesc[8] = "any source and use it directly in your project adding effects and inserting audio. The program offers you all that you need to make a great customized video. Once the work is done, it’s easy to put it on CD, DVD or Blu-Ray, including the printing of your own personalized labels and cases.";
fDesc[9] = "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[10] = "after purchasing a Canon Digital. First of all we have to take photo with our camera opting for the RAW format instead of the JPEG or use both for comparison. By using this tool, after transferring the photographs to the computer, we can manage them in various ways.";
fDesc[11] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program.";
fDesc[12] = "remote shooting, managing the destination folder, etc. This program is valid for the following Canon EOS Camera: KissX2/DIGITAL REBEL XSi/DIGITAL 450D,EOS-1Ds Mark III, 40D and EOS-1D.";
fDesc[13] = "files, Send to mail recipient. All these utilities helps the user to view and change the attributes, rename, delete, replace files from the folder, alter and delete the properties of present elements, shred and overwrite the file completely and much more.";
fDesc[14] = "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[15] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!";
fDesc[16] = "utilities are very helpful in many cases. Flash Memory toolkit contains an Info utility which provides you with a detailed information about your USB Flash drive like capacity in megabytes and bytes and total number of sectors, total used and free space.";
fDesc[17] = "that can help you to keep your PC running like new. An anti-virus, E-mail scanner, cleanup tool, defragmentation tool, backup tool, registry fixer, registry editor and system explorer, all these will provide you with a solution for any problem caused in any area of your PC.";
fDesc[18] = "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[19] = "useful sub-applications like Organizer, Disk Cleaner, Process Killer, File Shredder and Protector, for easy installation of programs and even inspecting them while they run.";
fDesc[20] = "the security of your computer. Regarding clean up and repair, the program includes four powerful tools: a disk cleaner, a registry cleaner, a shortcuts fixer and an uninstall manager.";
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 = '...';
}
}