var fDesc=new Array(); fDesc[1] = "interface enhancements: NextSTART, WorkShelf and NeXuS. Winstep Xtreme raises the usability bar of Windows customization to another level: it adds tremendous functionality to Windows and complete control over every aspect of the User Interface. And it's FUN to use! The more you use Winstep Xtreme the more you'll go 'Wow, this rules!' as you discover all the functionality that lies beneath the breathtaking eye candy. No need to edit complicated configuration files or switch shells either - it's all point and click! All of the hundreds of freely available Xtreme themes are totally resolution independent, do not affect the content of your docks, shelves and menus, and can be switched to at the click of a button - it's that easy! NeXuS is the multi-dock system, and is just perfect for super fast access to your most frequently used applications. WorkShelf is a tabbed dock, better suited for..."; fDesc[2] = "use this program to download videos from the popular YouTube website, save them to our hard disk or portable device, and play them with the built-in FLV player."; fDesc[3] = "shadows, transition effects, special effects, shadows etc. The software has a configuration window that helps to set the options based on user’s choice. There is a help wizard that guides the users through the options during the first time setup."; fDesc[4] = "the pets, cut their hair and much more. After just one day working at Pet Corp, our character is fired and she decides to create her own pet shop. As with any new business we must buy furniture, equipment and lots of things."; fDesc[5] = "graphics. This one is different. In Stand O Food 2 the user must think fast to get the correct hamburgers that customers demand."; fDesc[6] = "of projects in your organization. Generate various reports to share information about the current state of your project."; fDesc[7] = "equipped shop. The aim of the game is to sell clothes to the customers that come in our shop. Customers that get to the shop will sit in a sofa, if there at least one empty sofa, and then the will demand different things."; fDesc[8] = "management program. It can do your lots of tedious and time consuming works without your interaction or attention. It is especially very useful for cyber café owners as it can automatically do all the management of your all computers."; fDesc[9] = "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[10] = ", and a double view to check the owners. The program allows you to kill a process, if you want, by means of an easy-to-understand interface. You will get the complete information of any active process by name and user names that are executing the process."; fDesc[11] = "and manages your tasks and email, so you focus on DOing instead of organizing. Fully Outlook integrated, supports GTD and other popular systems."; fDesc[12] = "being done by teammates in one or many projects. Enter task assignments big and small, then use the dashboard to identify trouble areas."; fDesc[13] = "record accomplishments. Checklist gives you what you need so you can stay on top of your business."; fDesc[14] = "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[15] = "environment of the software developer."; 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 = '...'; } }