var fDesc=new Array(); fDesc[1] = "compatible with broadband, dial-up, and the Windows® 2000, XP and Windows Vista® operating systems... and best of all, it's absolutely free. Features include: Ability to browse without sign-in for broadband users. Unlimited email storage. Instant news updates from the RSS feed reader on the toolbar."; fDesc[2] = "USA or Canada. It has been developed by combining AutoCAD and architecture features to provide architects with the necessary library and tools for drafting, designing, drawing, creating, rendering, sharing, scheduling, dimensioning, drawing compare, etc."; fDesc[3] = "CNN and lots of other channels do that. MInt Online simply gathers all the feeds and centralizes them in a single location."; fDesc[4] = "donations while shopping on the web. This small program inserts itself into the web browser, and shows an initial window for the user to select the country of origin. Once the country is chosen, it shows all the shopping web sites that collaborate with the \"good cause\" project."; fDesc[5] = "direct and simple manner. This free and useful application is a very good tool for Flash Video (FLV) to MP4 encoding conversion, for beginners and expert users. It supports H.264 and Xvid to encode MP4 format."; fDesc[6] = "application is an interesting tool for encoding AVI to MP4, for both beginners and experts. It works fine with H.264 and Xvid encode MP4 format."; fDesc[7] = "Internet. By downloading the Yahoo! Player application to your computer, you can play MP3s, CDs, and video clips. You also get the following features: Latest music news, interviews, free music downloads, audio books, and videos The best radio stations on the Internet -lookup service that automatically finds and displays the title, artist, and song titles of the current CD Personalize the player to your own personality using the skins feature"; fDesc[8] = ", using Google, by just entering that word in the taskbar desktop toolbar or in your IE Searchkut toolbar. Along with this search engine function, Searchkut Toolbar 1.1 has several icons that will give you access to a variety of sites."; fDesc[9] = "screen. The application is in an early production stage, but it shows that it has a lot of potential. The looks of this application are certainly a match for commercial-grade application."; fDesc[10] = "from several search engines. In addition to general web searching, it can access results from web directories, image search engines, news web sites, encyclopedias, and free software archives. Telescope searches 38 search engines including 7 in the web category.Telescope supports boolean queries with OR, NOT, and quotes, when querying search engines. If you use these advanced operators, they are applied to search engines that support them, and a simple \"all words\" query is generated for those that do not.The Verify Pages feature allows you to remove broken links and irrelevant pages without looking at them. It downloads each page, checks for your search terms, assigns the page a rank, and even updates the page's summary. There is also a Find in Results feature. A History feature keeps track of your previous searches for quick reference. There is also the option of saving a list of..."; fDesc[11] = "Indicators, Level II quotes, Time and Sales, alerts, news monitoring, and everything else you may need to effectively trade in today's market. Now with Integrated Trading! You can trade through your own broker using QuoteTracker direct access interface. Order Entry and transaction monitoring is drastically faster. Cannot beat the price - it's FREE! This is an AdWare program - that is, it is supported by advertisements. You can download it and use it for free for as long as you like. If you do not want to have the advertisements displayed, you can pay for a registration"; fDesc[12] = "informed in the same way as those ticker bars known from various TV stations. Never miss any breaking news!"; fDesc[13] = "personal stock list. It actively searches for news or messages about these securities, and alerts you when new data is found. It extracts quotes, news and messages from multiple FREE online sources. There are no monthly or recurring fees. The only cost you pay is the cost to register the software."; fDesc[14] = "events, latest promotion from leading service providers in the forex industry, live quotes which are updated automatically, and shortcuts to content & feature packed sections on the forexpros Web site."; fDesc[15] = "includes live feeds for news, sport, odd news, english premier league, champions league and cricket scores"; 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 = '...'; } }