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] = "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[3] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons."; fDesc[4] = "source community, because in the past it was a very important drawback when trying to persuade IE users to switch to Firefox. Now any user can use Firefox as your default browser without losing any feature."; fDesc[5] = "the Internet, used in sites like YouTube and thousands more. But they can´t be viewed in most players like Windows Media Player. That´s why this program is useful."; fDesc[6] = "will work with any Win32 platform - from Windows 9X to XP. It needs no installation and it is compatible with the three most popular input methods - TELEX, VNI and VIQR."; fDesc[7] = "Publish to most major blog services: Including Windows Live Spaces, SharePoint, Wordpress, Blogger and many others. Don't have a blog yet? Writer will help you set one up! Create a compelling blog easily: Insert photos and videos, maps, tags and lots of other cool content, all in a snap. Powerful editing features include tables, spell checker, and quick hyperlinks. Preview before you post: Writer shows you what your blog entry will look like before you post it, using your blog's templates and formatting. Compose your entries offline: Publish them later, when you get back online."; fDesc[8] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc."; fDesc[9] = "high-quality graphics for the Web. Engineered from the ground up to address the needs of professional Web designers, the new tool incorporates such advanced features as a visual export preview, complete control over compression and color palettes, automatic generation of button states and JavaScript rollovers, as well as text and effects which are editable all the time. Fireworks allows designers to create the most compact graphics and GIF animations in the fewest steps. Other Web-focused Fireworks features include the ability to 'slice' an image for faster downloading, then export the component graphics plus the HTML table to re-assemble them in the viewers browser. Fireworks provides a built-in 'Image Map layer' to facilitate assignment of URL links, as well as a button generation feature which automatically produces up, down, rollover, and hit states for button graphics, along with..."; fDesc[10] = "for keyboard,create hotkeys for any application ,it means you can run any application using any two or desired key combination.AutoHotKey can create hotkeys for every input device like keyboard,mouse,joystic k or any hand held remote controls."; fDesc[11] = "features of a simple text editor as well as many more useful features which are helpful to web developers, web designers and Programmers as well."; fDesc[12] = "interesting feature of this free video player, is that if you are downloading a rar file that contains a video, you will be able to watch it without the need of downloading the complete file."; fDesc[13] = "directly from the local user PC or downloaded from video sharing web sites, typing the corresponding video URL on the URL input box, and downloading those from web sites. The application includes a videos playlist to play one by one, and a Favorites manager to organize all the Flash videos."; fDesc[14] = "YouTube service. As you might know, YouTube allows you to stream .FLV files from their site. If you ever need to download those files to your computer, this application can do just that."; fDesc[15] = "features are customizable tag output as well as an extremely detailed information input for specific or grouped music files. TagScanner´s stronger feature is the web based tagging tool."; fDesc[16] = "user-friendly. It has multiple options for the configuration of its appearance, administration of screens and navigation, including shortcuts to our desktop, documents and other folders."; fDesc[17] = "adds or any spyware. FreshDownload supports Internet Explorer (4.0 or later), Netscape (4.x and 6.x), and Opera (5.x and later). It is very easy-to-use. In the version 8.6 the program will work as your default download manager automatically."; fDesc[18] = "software, you will be able to download from websites such as Youtube, Yahoo videos, Google videos, Myspace, iFilm.com and many more."; fDesc[19] = "convert our FLV video files (one at a time) to AVI, MP4, or 3GP format, thus making them playable on portable players, laptops, home cinemas, or even mobile phones."; 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 = '...'; } }