var fDesc=new Array(); fDesc[1] = "computer versus spyware, keyloggers, hijackers,adware or trojans that cause problems and malfunction of your environment. It remains in memory and acts just when the malware appears."; fDesc[2] = "user to arrange the buttons, the toolbar language, sets up all the toolbar services, shows all the services: search, map search, desktop notes and weather, radio and mp3 player, screensaver and wallpaper, skins and cursors, smileys and eCards, etc."; fDesc[3] = "eCards when chatting with your friends or sending them e-mails. Crawler Smileys works with ICQ, MSN Messenger, Windows Live Messenger, etc. and with many webmail applications."; fDesc[4] = "even faster thanks to cool \"drag & drop\" function and create your own playlists."; fDesc[5] = "gallery of screensaver sets and more than 3,000 images or create your personal screensaver using your own photos! Set slide"; fDesc[6] = "the credit of being punctual. Make your lifestyle convenient with this useful tool that will make you punctual. This amazing application will synchronize you desktop with all the important notes you have fed online so that you are reminded of important events wherever you are."; fDesc[7] = "that they can be browsed as if they were being read directly from the internet. Includes Multi-threading, complex download filters and SWF support."; fDesc[8] = "basic structure of the software is a search engine that will let you find the registry entries you want to modify and configure."; fDesc[9] = "screen saver with lots of new features will show you the time and date. You will even have the chance to choose and feed your own fishes!"; fDesc[10] = "forecast, radar, maps and more! Comes with a FREE customizable Crawler Toolbar that has terrific plugins."; fDesc[11] = "weather forecasts, explore foreign countries, zoom and rotate the globe. Watch planet Earth the way only astronauts do!"; fDesc[12] = "set access rights to software, hide folder content, schedule time limits and much more. Get control of your computer!"; fDesc[13] = "of flames and burning wood! You can now have the warmth, ambiance and romance of a fireplace - wherever and whenever you want."; fDesc[14] = "and applications on the internet. However it takes a few usages to understand the functioning of this application. It basically searches the given search keyword in Google and returns relative results."; 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 = '...'; } }