var fDesc=new Array();
fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos";
fDesc[2] = "Firefox 3. This changes were made to improve stability and web compatibility, provide user interface enhancements, and speed. Firefox 3 now includes support to resume downloads, and a better download manager. Its general appearance has been slightly improved, with some new icons.";
fDesc[3] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox.";
fDesc[4] = ", 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[5] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield.";
fDesc[6] = "your Web Browser and provide you with tools that will help make your searches more efficient. Ask Toolbar works with both Internet Explorer and Mozilla Firefox. There are different versions for each browser, though.";
fDesc[7] = "them to embed videos in web spaces, blogs, or sites. This tool simplifies the experience of video managing with a modest usage of system resources and good quality, which makes it a good choice for online videos.";
fDesc[8] = "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[9] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing";
fDesc[10] = "functionality at the reach of your mouse pointer. It was first designed to allow the user to control Daemon Tools Lite from the browser. But, apparently, they had some free space to use and decided to add some more features.";
fDesc[11] = "multi-channel technology and mirror searching for increasing the speed of downloads. DAP can download Youtube videos or other online videos, and it also allows a user to preview the video content while downloading it.";
fDesc[12] = ", Java Core Classes, Java Plug-in. Java 2 Runtime Environment Standard Edition is the core component of Java Development Kit.";
fDesc[13] = "for instance, games, chat applications in webpages, image visualization, among others, that were written with the Java scripting language.";
fDesc[14] = "chatting, watching trailers, etc. Java Runtime Environment has a Java virtual machine and all the necessary stuff to run these applications.";
fDesc[15] = "easy to use tool supporting most of the streaming video websites like Youtube, Dailymotion, etc . Unfortunately it does not support many browsers.";
fDesc[16] = "execution of java-based software, and also the visualization and interaction with java applets embedded in web pages.";
fDesc[17] = "secure and customize your mail. The program features many new enhancements to help you better manage your inbox, and keep your vital information organized.";
fDesc[18] = "Communicator et al, replacing the standard module of beginning to swing. In addition, the program watches after the buffer of exchange, finding out references. Download Master allows to load, save and look over video from such videoservices: YouTube, Google Video, RuTube, Видео@mail.ru, Rambler Vision.";
fDesc[19] = "experience with several tools and gadgets. In the tab Foxit messages you will find the latest information about Foxit announcements and upgrades. It includes its own search box powered by Google.com that enables you to surf the net easier and faster.";
fDesc[20] = "hosted on your computer (while it is online) from work, another computer, a TV with WII, XBox or PS3 or your mobile phone.";
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 = '...';
}
}