var fDesc=new Array(); fDesc[1] = "computer. When you load DriverGuide, the software immediately begins to list the devices on your computer, and you will be able to see all your drivers perfectly categorized. The application will also help you to search for driver updates and make a backup of all your drivers."; fDesc[2] = "management of projects. The GUI is friendly and easy to use. The installation process is very easy to perform and it requires Java 5 minimum or Java 6 recommended. OpenProj works on Linux, Unix, Mac or Windows platforms, and it's free."; fDesc[3] = ", then you should go for Uconomix SnapLogger. Uconomix SnapLogger is computer activity logging application which periodically takes screenshots of your computer. It is a very useful utility to keep track of daily activities especially dealing in time based projects."; fDesc[4] = "friends, business and career, among other categories selected by the user. It also includes a to-do list that enables you to add important events or tasks that require immediate attention and you can also also add reminders or recurrence."; fDesc[5] = "for collecting time expenses, reporting and invoicing. Free support is available!"; fDesc[6] = "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[7] = "record accomplishments. Checklist gives you what you need so you can stay on top of your business."; fDesc[8] = "keep track of the time your employees spent on daily activities, which will help you a lot in tracking their time and activity level."; fDesc[9] = "clear user interface and rich functionality. Based on Java technology it can be installed on any operating system."; fDesc[10] = "projects with 1 click - you can start, pause or stop your project just by clicking on ATR Timer icon."; fDesc[12] = ", Search Wizard, Report Builder, Export to Excel, Task Timer, Reports to PDF and more! Task Tracker is your Complete Task Management Solution!"; fDesc[13] = "hours by better managing all your projects, clients and working hours. Used by many professionals and businesses."; fDesc[14] = "of iterations, projects, stories, tasks, and bugs. It is focused on simplicity and practicality."; 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 = '...'; } }