var fDesc=new Array();
fDesc[1] = "support to a new protocol being supported to being able to control your downloads remotely, µTorrent 1.8 is making a statement.";
fDesc[2] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe.";
fDesc[3] = "non-commercial use only.";
fDesc[4] = "is simple yet powerful: it analyzes your Windows Registry and configuration/startup files, showing you a list of \"suspicious\" results. But applying the fixes is up to you...read each item carefully before fixing anything!";
fDesc[5] = "be chatting on MSN, Google Talk, or Yahoo simultaneously because you can log in to accounts multiples at the same time. It can run on every Windows version. Every standard feature today in chat networks is supported.";
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] = "it appears in your printers list. With doPDF you can convert documents/files into searchable PDFs from any application that supports printing. Interestingly, this useful PDF conversion utility is absolutely free for both personal and commercial uses.";
fDesc[8] = "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[9] = "for playing QuickTime content that is embedded in webpages. Advantages of QuickTime Alternative are: Quick and easy install Ability to make an unattended installation No background processes No unwanted stuff and other nonsense Smaller size";
fDesc[10] = "Tomcat is very helpful for a developer and it is compliant with almost all the security standard features required for the system administrators. It has very valuable features such as SSL support, authentication schemes, Apache integration among others.";
fDesc[11] = "XML-based protocol that is designed to exchange structured and typed information on the Web. The purpose is to start up rich and automated Web services based on a shared and open Web infrastructure.";
fDesc[12] = "chat with users of the same client. That is to say, you won’t be able to chat with Yahoo Messenger or MSN Messenger users. It creates conflict with AVG antivirus, so in order to install Beyluxe Messenger and use it without errors you might need to uninstall AVG.";
fDesc[13] = "meaning that the full source code could be accessed by any developer. It is a friendly-user program with an excellent performance and multiple options, where you can modify its appearance. It’s based as other multiple browsers in the mozilla engine.";
fDesc[14] = "that it contains libraries that provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based mostly on modular components running on an application server.";
fDesc[15] = "of several registry keys. You can explore the tweak database, select and apply tweaks, save them in profiles, perform undo operations and more.";
fDesc[16] = "Firefox, like the error console and the tabbed pages. But there are some extra new features like a floating toolbar and an Online Storage feature.";
fDesc[17] = "multi-track waveform audio. REAPER provides an extensive set of features, but is a very small and lightweight application (the installer is less than 1 megabyte, and includes many effects and a sample project). Here are some key features of \"REAPER\": Supports ASIO, Kernel Streaming, WaveOut, and DirectSound for playback and recording Reads WAV, OGG, and MP3 files, records WAV files Lets you arrange any number of items in any number of tracks Supports audio processing plug-ins (DirectX and Jesusonic) Volume, pan controls and envelopes per track Multi-layer undo/redo support User creatable color themes";
fDesc[18] = "technical support, managing network from different locations, even using the program for hands-on remote education.";
fDesc[19] = "Yahoo ID you can immediately start chatting in numerous chat rooms, contacting people from all over the world. If you don’t have a Yahoo ID you can get one right from the very same application, within a few minutes and following simple steps.";
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 = '...';
}
}