var fDesc=new Array(); fDesc[1] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface."; fDesc[2] = "Clipping Personal. With these information management tools, all of them in one application, the process of information collection and customization will be very easy for you."; fDesc[3] = "to search and the application selects the best engines to perform the task and search all of them at once. In addition, the application offers different search criteria for repetitive searches, such as \"buy music\", \"buy books\", Newsgroups, etc."; fDesc[4] = "Search Engines."; fDesc[5] = "keyword or phrase in 30+ languages (Unicode supported). It works through Google API and is extremely fast. Get it now!"; fDesc[6] = "can be submitted to Google to help them crawl your website better. Create a Text sitemap to submit to search engines"; fDesc[7] = "levels and catching bonuses. Go through the tunnels of honeycombs to find the exit!"; fDesc[8] = "are stored in an encrypted file with optional password protection."; fDesc[9] = "variations. Position check. Check keyword density. Have titles, headers etc. \"weight\" more. Analyze competition, e.g. backlinks and page rank"; fDesc[10] = "engines directly to your computer. You just need to enter the keywords and the program automatically surfs the net downloading websites that contain your keywords as well as other potentially interesting pages that were linked from the search engine results"; fDesc[11] = ", PowerPoint, and Outlook just by highlighting the word or address you need to check, right click with the mouse and select the option \"Search it\" or \"Map it\" and it will open the internet explorer showing up the results."; fDesc[12] = "at any time. It allows you to obtain search results from multiple search engines such as Altavista, Fast, Google, Inktomi, MSN, Teoma, among many others. What is more, with the PPC Meta Search, you can search in three PPC search engines at a time, with Findwhat, Overture and Kanoodle."; fDesc[13] = "right on your browser. Of course, this toolbar has been designed for electronic enthusiasts, engineers, purchasers,etc., but not for the general public. It provides instant information about part details, tools, training, etc."; fDesc[14] = ", view files, display search strings, match text ,multiple text, uses files extensions & dates, files size, text, attributes & case sensitive,"; fDesc[15] = "links or re-format the design of the entire site. Software extremely useful in editing of multiple html and text files."; 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 = '...'; } }