var fDesc=new Array(); fDesc[1] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information."; fDesc[2] = "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[3] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface."; fDesc[4] = "developed, inserts pictures, tables, hyperlinks, anchors, forms, PHP code, comments, etc. for making web pages in a very quick manner, editing them in What You See Is What You Get (WYSIWYG) mode, so anything is done is immediatly seen."; fDesc[5] = "FavIcons for all your Favorites and Bookmarks. AM- DeadLink supports Internet Explorer, Firefox and Opera."; fDesc[6] = "registry entries caused by software installations and un-installations that went awry! Registry First Aid can fix that!"; fDesc[7] = "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[8] = "the rather popular approach of installing a print driver on your computer for you to convert files. Whenever you want to convert a document to PDF, just go to File --> Print and customize your file."; fDesc[9] = "select PDF995 (an advantage that will help you convert from any application). It is really simple to install and use."; fDesc[10] = "share their links with each other. It also downloads the link contents to your local machine while you are working on other area."; fDesc[11] = ", MPEG1, MPEG2 from Power Point slide shows keeping animations, transitions, video and sounds. It works as a wizard that helps you with all the configurations needed."; fDesc[12] = "a large number of addresses, group Internet links into categories and is distinguished by a good set of features."; fDesc[13] = "interface. Its network is hosted on sourceforge.net. It enables multiple downloads and uploads, in built media player, chats etc and is free of cost"; fDesc[14] = "simple web sites without any knowledge of HTML. The user will be able to add or remove pages with a couple of clicks, and PersonalWebKit will auto-links all of them."; fDesc[15] = "with Windows Vista. Downloading from the filesharing service is a quick and easy way to download batches of links. The program has an integrated link checker and link grabber. It can save your password so you don’t have to worry about forgetting it."; fDesc[16] = "Optimization. The main tab of the system is the SEO Analysis which, in turn, includes the five following tabs: Page Summary, Outgoing and incoming links, meta tags, and images."; fDesc[17] = "launches an easy to navigate Windows style interface which presents you with tabs for more specific information about pinout, substitute, ratings, short data and the Links tab that includes URL links to data sheets for more than 9,500 vacuum tubes on the Internet."; fDesc[18] = "hierarchically, email a selected item, add URLs to and from our browser by dragging and dropping them, create website thumbnail images, and many more."; fDesc[19] = "The program has a built-in download client with 'per-file' and total progress bars. Customs filters can be applied to download files of particular extensions."; fDesc[20] = "We can input our Proxy server settings or any alternative connection for it to check up automatically for updates and notify us with a sound, e-mail message, or ICQ, whenever any of our favorite web pages change."; 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 = '...'; } }