var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "shockwave is very small in size and takes couple of minutes to download and install in a computer.The installation process runs in back ground so it does not disturb your routine work"; fDesc[4] = "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[5] = "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[6] = "Program often can not completely uninstall some applications and broken registry keys. Revo Uninstaller is a better and easier way for you to completely uninstall any unneeded application that standard Windows Add/Remove Program can't remove."; fDesc[7] = "easy to use tool supporting most of the streaming video websites like Youtube, Dailymotion, etc . Unfortunately it does not support many browsers."; fDesc[8] = "types of malware usually met through a Web browser. Unfortunately it is mostly useful for Internet Explorer than for other web browsers."; fDesc[9] = "Firefox 1.0 - 2.0, Mozilla Thunderbird 1.0 - 2.0, Mozilla Suite 1.7 - 1,7x, SeaMonkey 1.0a - 1.1, and Netscape 7.x. This small and easy to use application creates profile backup files contacts, emails, cache, history, bookmarks, extensions, etc. and restore them later on."; fDesc[10] = "3.0. Since its beginning has always been the rivalry browsers until became the favorite of the users. Netscape always taking a step forward innovating and upgrading, it couldn’t be considered the ancestor of multiple browsers as Firefox, Opera, etc.."; fDesc[11] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools."; fDesc[12] = "the internet which is specifically designed for kids. It has a very attractive, graphical and animated user interface which will surely impress you and your kids. KidZui is a browser which allows your kids to surf more then 800,000 websites, pictures and videos."; fDesc[13] = "objects from the most popular browsers: Mozilla Firefox, Internet Explorer, and AOL. There are other interesting features, like empty the recycle bin, delete .chk files, auto-kill and boss-key."; fDesc[14] = "websites even without any knowledge of DHTML or JavaScript development. It can generate all types of menus compatible with all common browsers including the Internet Explorer, Firefox, Opera and Safari."; fDesc[15] = "system. It allows you to view, synchronize, copy, and merge large collections of bookmarks from any Internet Explorer, Mozilla, and Netscape web browsers. Its simple interface offers you an easy-to-use solution to your bookmarks management needs."; 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 = '...'; } }