var fDesc=new Array(); fDesc[1] = "that is set in a teamplay, you can choose to be a terrorist or a counter-terrorist. Warning: this great game is very addictive! You’ll download it in a few minutes and you’ll be playing it in less!"; fDesc[2] = "the BitTorrent Pro decentralized network to share, search for, and download about any file you want to."; fDesc[5] = "to-do list manager and day planner"; fDesc[6] = "based on an embedded SQL database engine. For the non technical users, that means speed. Real speed."; fDesc[7] = "and reporting appointments, activities, tasks and projects. This program comes with a lot of great features that you will be able to use in an easy way."; fDesc[8] = "application offers many tools for anybody to generate a simple website, with all the possibilities any other site will have, and also a built-in FTP program for uploading the project to any Internet server."; fDesc[9] = "fully- featured powerful software tool to manage to-do list of team tasks. It will help increase your overall business performance through efficient planning and management of teamwork. Professionally and easily create and track tasks for managing small professional workgroups, which perform business tasks efficiently. This professionally developed and well-designed software will create and track everyday professional tasks of teamwork. It has a user-friendly and easy-to-use interface. Recommended for: Team Leader IT Project Managers Software PMs Marketing Managers Business Managers Product Managers Factory Managers Directors Download a free trial version of VIP Team To Do List - Increase your overall business performance through efficient planning and management of teamwork!"; fDesc[10] = "information stored in your computer is fully confidential with VIP Files Protector - mighty encryption and shredding software."; fDesc[11] = "blogs, podcasts, videologs, and typical media websites , or a customized set of search results."; fDesc[12] = "wants to bring order to the chaos of their everyday tasks. It will help you to quickly and easily organize your tasks, the shopping list, home cleaning plan, the list of things to do for a holiday or a picnic, into a prioritized to-do list, as well as to print or publish it in a form convenient for you. The program has an easy and intuitive interface and a host of possibilities to customize it for your needs, here comes a brief list: Customizable toolbars, Floating panels, Customizable task list grid. Our program has a unique feature allowing to group tasks by one or several fields, and to represent it in a form of a tabular tree. For this you only need to drag the required field onto a special zone above the grid. The program lets you set reminders about tasks in the form of a message, melody, or send an e-mail with a reminder."; fDesc[13] = "Vegas casino. The package includes most of the favorites games at the casino such as Texas Hold ‘Em, 7 Card Stud, Craps, BlackJack, Slots, Roulette, 5 Card Draw, Baccarat, and many more."; fDesc[14] = "spyware. Ensure that your privacy is closely guarded, so that you'll never fall a victim to any malicious hacker attacks."; fDesc[15] = "hide information about you and your browsing habits. Malefactors and online scums don't have a single chance!"; 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 = '...'; } }