var fDesc=new Array();
fDesc[1] = "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[2] = "same time it can save and protect your password. When you install it appear like a toolbar and you can handle from your browser this is an amazing feature because the program is used in the web.";
fDesc[3] = "browser to be used instead Internet Explorer, Mozilla, FireFox, Opera or Safari. But the features really important are: online profile storage, mouse gestures, built-in AD/Pop up blocker, privacy control and other more features. Avant Browser runs in Windows platforms.";
fDesc[4] = "tools, like SweetIM Toolbar for Internet Explorer and Firefox, a new icon bar with all the cool content, from emoticons to winks, sound FX, videos and more. It works also with Messenger Plus. You can get an update every time there is new content available.";
fDesc[5] = "package. SweetIM Toolbar installs itself as an extra toolbar in our Internet Explorer browser. We can enrich and add a pinch of salt in the form of emoticons, animated images, celebrities’ videos, etc., to blogs, web e-mail, forums, social networks, and web pages.";
fDesc[6] = "and developers worldwide. Ubuntu comes with a series of already installed applications that are categorized by functions like: Accessories, Games, Graphics Internet, Office and Sound & Video You can run Ubuntu as a desktop operating system or configure it as a powerful and secure server.";
fDesc[7] = "released from Ubisoft (the game's publisher). It enhaces the texture quality, lightning and fog, in sum the overall graphic detail level is much better.";
fDesc[8] = "viewer standard, dethroning the Adobe Acrobat. A very important detail is that this application you can use it legaly without spend a buck since its a freeware.";
fDesc[9] = "trailers, play demos, read features, join the gaming community and even take part in competitions. The program adds new games and drivers, checks for updates, finds available patches for your games and downloads them immediately.";
fDesc[10] = "range of encoded, compressed, and disc-images files. It also includes very powerful features in a very easy-to-use application interface and Windows Explorer integration.";
fDesc[11] = "(Rich Site Summary) feeds and useful shortcuts like people search, maps search, ICQ Chat rooms, ICQ Groups, ICQ Greetings, increase or decrease zoom.";
fDesc[12] = "web. Since this is a free application, publishers ask users to \"sign in\" with user email and password to enable them to choose one of the proposed plans: free or different kinds of prepaid operations.";
fDesc[13] = "eCards when chatting with your friends or sending them e-mails. Crawler Smileys works with ICQ, MSN Messenger, Windows Live Messenger, etc. and with many webmail applications.";
fDesc[14] = "text editors etc and works faster than server side checking. Moreover it provides useful spelling suggestions allowing you to add and remove personal word.";
fDesc[15] = "our hard drive. Once downloaded, we can go offline and use its built-in browser to view, browse, edit, and search them. It allows us to create E-books with our downloaded information and burn them to a disk. The New Project Wizard will provide systematic instructions.";
fDesc[16] = "program allows you to choose the video file, select your desired part and then crop it for your avatar, userpic or signature. You can in this way create original video avatars for your blogs or journals, or you can set userpics in your profile page for any forums, communities, your website, etc.";
fDesc[17] = "cookies. Copy and store websites on portable media such USB and CD. Convert dynamic websites into static.";
fDesc[18] = "MS IExplorer, FireFox and Mozilla browsers interface. When the user browser is running, just right click on the page or link, so the context appears with the Bulk Image integration, and press 'Download with Bulk Image Downloader' to start downloading all the images in the web site.";
fDesc[19] = "social network sites as avatars. It is not a simple image resizing utility. It is specially developed to create images for avatars. Here you can create images from 1x1 to 150x150 pixel sizes.";
fDesc[20] = "address of the user’s system, for preventing issues like identity theft, and guards the computer against hacker intrusions by concealing the IP address with a mere click of a button.";
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 = '...';
}
}