var fDesc=new Array();
fDesc[1] = "occurred. -The source or destination file may be in use. -The file is presently being used by another program or user.";
fDesc[2] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files";
fDesc[3] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically.";
fDesc[4] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate.";
fDesc[5] = "possibilities, which include: Servers, web based, and Kad. It is a completely free of charge application also free of adware, spyware and any other kind of intrusive programs.";
fDesc[6] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information.";
fDesc[7] = "if necessary. It also shows you some important data about your hardware. SpeedFan 4.33 gets info from digital temperature sensors and internal chips of some components.";
fDesc[8] = "is a replacement for Windows Explorer’s copy functionality. It replaces Windows Explorer file copy and adds many features like transfer resuming, copy speed computation and control, improved copy progress display, copy list editable while copying, and an error log.";
fDesc[9] = "beginner, it will be hard to understand the working of the program. The program uses a nice, black interface. On the left had, we see a list with thousands of audio effects, like clapping, piano, kick, etc. The features of the program make it the best of its kind.";
fDesc[10] = "Internet performance and more. It provides a categorized collection of tools and utilities, including a disk cleaner, registry scanner, startup manager, uninstaller manager and more.";
fDesc[11] = "on the Game. It has 3 complementary versions: Linux/Win client, Linux server and Windows server. It was designed exclusively to work with Half Life 1 engines.";
fDesc[12] = "problems when you are working with items in a large .pst file or in a large .pst file in Outlook. How many times this, is a big headache! When you try to backup your own .pst files or when you need to export them! Also fixes problems with the user´s mailbox";
fDesc[13] = "including viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge";
fDesc[14] = "we are satisfied we can purchase it online and see if there is any offer available at the developer’s website. RegistryBooster has been designed to optimize our computer by scanning the registry files, and repairing and removing all the unnecessary ones.";
fDesc[15] = "convert audio files from many different file formats into mp3, wav or wma files such as wav to mp3, mp3 to wav, wma to mp3 and much more.";
fDesc[16] = "help protect, repair and optimize your computer. Finding what other utilities miss, it can keep your PC error-free and smooth than ever.";
fDesc[17] = "(including dual layer support) discs, erasing rewritable discs, direct copy disc to disc, etc. Data projects contain directories, folders and files. Audio discs to be played on CD players, portable players and computers CD drives. Mixed projects contain data and audio files.";
fDesc[18] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read.";
fDesc[19] = "window. Each site opens in a different tab. User can bookmark all the sites opened in window with one click. It also offers a mini browser, which is useful if you are searching for something while browsing a site.";
fDesc[20] = "performance and error messages. MV RegClean 5.5 accomplishes this by repairing invalid registry entries and removing orphaned references. Of course, you can make backups of the registry to revert changes if needed.";
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 = '...';
}
}