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] = "can download it free from the developer's website and install it again in case we need to. This tool have been designed for connecting our computer to the HP website and automatically check up for all of our HP devices and HP software.";
fDesc[3] = "unnecessary elements (foreign language audio or subtitles, extras, additional footage) from the target DVD or just by compressing the existing contents. After setting the desired parameters, you can record your new DVD, or backup it to hard disk.";
fDesc[4] = "synchronise our data (calendar, contact, bookmarks, etc) from our PC to various devices such as iPhone, iPod touch, a more applications.";
fDesc[5] = "Program often can not completely uninstall some applications and broken registry keys. Revo Uninstaller is a better and easier way for you to completely uninstall any unneeded application that standard Windows Add/Remove Program can't remove.";
fDesc[6] = "output. In fact you can access to online radio stations and enjoy various types of music like (Rock, Pop, Jazz, Classic, Vocal, User, and much more.), in multiple languages.";
fDesc[7] = "provides the following features: power management scheme and battery resource information and health. This utility also detects unsupported power-adapter/dock/bat tery scenarios and displays warning messages.";
fDesc[8] = "settings. The program detects the presence of any wireless networks within range of the adapter, providing automatic configuration and connection.";
fDesc[9] = "help the customer setup a basic wireless connection. It offers same functionalities includes on Windows XP / Vista Wireless manager plus some enterprise level features howeever I found it buggy so I recommend to stay with Windows Wireless client.";
fDesc[10] = "Notebook LCD + External Display. The two projection resolution options available are Projection : XGA (1024 x 768 pixels) or Projection: Normal (800 x 600 pixels). After clicking the option button, this utility will enable notebook LCD and external display to specified resolution.";
fDesc[11] = "your drives, which does not provide you with any information about used space and free space in the drives. But here is an opportunity for you to get Window Vista style icons, which not only have modern stylish look but also tell you about consumed and free space of drives.";
fDesc[12] = "computers, and allows maintaining maximum productivity and saving maximum of electric power. This utility adds the possibility to switch off some components for power saving in that way.";
fDesc[13] = "Windows-98 System files. This utility can be used on Windows2k and XP. Use System files to create boot-drive from the internal system or alternate locations.";
fDesc[14] = "health status, errors and temperature of your hard disks. It also works with other storage devices such as memory cards, USB sticks, iPods, etc.";
fDesc[15] = "BIOS Configuration for ProtectTools Utility is used to locally set BIOS options (such as boot order, disable serial port, etc) using the Microsoft Windows Management Instrumentation (WMI) Specification for the Client Management Interface.";
fDesc[16] = "defaults preference for the windows media player. Most of the time it so happens that after you install many softwares or codes, a video file may not play in windows media player or Media Center. This can be corrected by using this program.";
fDesc[17] = "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[18] = "package or to extract the archives you download from the web. Filezip supports opening and extracting archives of the following formats: ZIP, BH, CAB, JAR, LHA,TAR, GZIP, ACE, ARC, ARJ, RAR, ZOO, UUE and XXE. And it can create ZIP, BH, CAB, JAR, LHA,TAR and GZIP archives.";
fDesc[19] = "features, package, intended frequencies and actual operating frequencies of their Intel microprocessor. Customers can also use the utility to discern whether or not an Intel processor is being operated above its Intel rated frequency.";
fDesc[20] = "and scan your directories and files in search for problems that could render your Lightscribe software non-functional. The application doesn't actually do anything to solve problems, but it directs you in the right direction.";
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 = '...';
}
}