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] = "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[3] = "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[4] = "(Rich Site Summary) feeds and useful shortcuts like people search, maps search, ICQ Chat rooms, ICQ Groups, ICQ Greetings, increase or decrease zoom."; fDesc[5] = "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[6] = "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[7] = "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[8] = "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[9] = "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[10] = "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[11] = "websites for changes and updates. It enables you to monitor web pages, password protected pages, forums for new postings and replies, RSS feeds, newsgroups and local files."; fDesc[12] = "similar multi-speaker forums. This incredible application has the ability to record up to 32 separate audio channel inputs to a single audio file in the dct format or to multiple files for each channel in mp3, wav or dct file formats."; fDesc[13] = "framework system, which makes the creation of all types of websites a breeze. The users can use Drupal in order to create websites of all types and genres ranging from personal sites to forums and social networking websites."; fDesc[14] = "your affiliate links and create new neat-looking links. There is no limit on the use of a new shortened URL, it will work forever."; fDesc[16] = "worlds, some chat rooms or even Web pages' forums , an avatar is the visual representation of a real person. It can be an icon, an image or picture you like, and so on."; fDesc[17] = "multiple profiles and login details and store them."; fDesc[19] = "changes or keywords, and generates an alert when the specified search is found. You can select the frequency of the alert and add as many searches as you can, the alerts found will be displayed on the alert list, also searches can be imported or exported with XML file format."; fDesc[20] = "imports XML files generated by vBulletin, parses all the messages, and stores them in a local database."; 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 = '...'; } }