var fDesc=new Array();
fDesc[1] = "television channels and radio stations from anywhere in the world. In addition, due to the popularity of this system, we can find a lot of websites that link us directly with SopCast to watch a given program, such as a movie or a sporting event.";
fDesc[2] = ", and system information in one intuitive, easy to use interface, or at least thats was Dell goal! Though it improve the benefit obtained by it predecessor DellSupport, it still need to improve some of it features.";
fDesc[3] = "related to Creative Hardware, Drivers and Application Software. The Program identifies the devices connected to the computer and generates information which helps the product developers.";
fDesc[4] = "applications called gadgets, those gadgets offers us a quick access to different tools or functions that may be useful on our daily duties. Microsoft included a little list of gadgets with their sidebar, however there are much more available on vistagallery.microsoft .com.";
fDesc[5] = ", search for unnecesary files, manage the start up menu so you can change whatever you might need, shortcuts that have become invalid, check the disk free space in your HD unit, manage the add/remove programs list, etc. to get the best results on your system operation, perfomance and speed.";
fDesc[6] = "your desktop. The application is platform independent so you can run it on all major operating systems: Windows, Linux and Mac OS X. The appearance can be customized with skins and you can even mix different skins together. It is possible to use Rainlendar with other calendar applications too. Rainlendar uses the standard iCalendar format to store its events and tasks so you can easily transfer them between applications. You can also subscribe to online calendars and task lists including the Google Calendar* and Remember The Milk* and edit your Outlook** appointments directly in Rainlendar.";
fDesc[7] = "includes support for IPV6 and Teredo, a compatibility protocol for IPV4 and IPV6 systems on a NAT. It also have a better integration with Windows Vista and new torrent connection distribution that should increase speed.";
fDesc[8] = "simple interface. According to popular software magazines, it is one of the best players for tired eyes or dark environments due to the image control it integrates.";
fDesc[9] = "Windows. This program thoroughly scans your computer searching for possible security threats and protect your system from spyware, adware, Trojans and viruses.";
fDesc[10] = "percent. Optimize, clean, and repair Windows registry, fix PC crashes, error messages and more... Free Support and Upgrades! - FREE DOWNLOAD";
fDesc[11] = "like Disk Cache, CD-ROM Cache and Name and Path Cache. With Cacheman, you can monitor important system values and can tweak settings to improve the performance. It also provides you with History Graph and Logging feature.";
fDesc[12] = "one, with only shortcuts to programs and folders you normally have on your Desktop or access it via the start menu. Create your own skins to personalize it.";
fDesc[13] = "continuously. With this software, can monitor ram, free disk space and network. This program is very simple to use, the only thing we do is link to download and install the program.";
fDesc[14] = "can run into fully automatic mode residing into system tray using minimal system resources monitoring user clipboard and autostart file download from rapidshare in background as soon as a rapidshare link is copied into the clipboard.";
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 = '...';
}
}