var fDesc=new Array(); fDesc[1] = "currently used applications. It also offers you many features such as a calendar, web search widget and a click. Object Dock allows you to fully customize the dock, its position and many options and effects."; fDesc[2] = "with a fresh new look. Change the look and feel of your desktop icons with this amazing tool. This tool comprises a package of icons and is able to change or replace hundreds of icons on your Windows."; fDesc[3] = "skins. You can change the look of your Windows to Mac, Vista or your favorite game or a sport theme like cars, or cartoons and much more. WindowBlinds offers 8 themes that come along with the program."; fDesc[4] = "of limitations. The first impression you get running the application is the lack of effort from Dell to make their dock experience at least similar to stardock freeware."; fDesc[5] = "2000. With this program you will be able to change your plain default Windows cursors with animated cursors, with great effects and graphics."; fDesc[6] = "that one can group them, move them around the screen all at the same time. If you find some on-screen group of icons annoying, you can double-click on it to hide it from your view. Another double click will restore the icons."; fDesc[7] = "versions providing a better graphical user interface and a variety of logons to choose from. It is a freeware once downloaded provides a variety of in-built logon screens."; fDesc[8] = "the boot screen library at WinCustomize.com (you will then be able to download a .bootscreen file, thay you can later import), you can apply some of the provided themes or deactivate this feature, returning to Windows defaults."; fDesc[9] = "uses 3D graphics and exotic colors and shades. Stardock's MyColor offers 4 free themes to try and you can select and buy any theme from the website."; fDesc[10] = "with your favorite images or art created and uploaded on wincustomize.org community. The application allows you to create, edit and upload your own logonscreens."; fDesc[11] = "find their favorite game or software and download it automatically to their PC. Impulse has multiple features that makes it one of the best digital distribution platforms around. Some of these great features include: * Doesn’t need to be on-line to play single player games. * Supports all types of PC software (games, applications, utilities, etc.). * Hundreds of games, applications, utilities, themes, and more available to purchase or free download. * Available free through Impulse: the Impulse Dock, which lets users organize all their programs and data together regardless of where it came from. * Next-generation community features integrated in. Make friends and play games together on-line, start a blog, chat, and more. * Delivers a next generation virtual platform that developers can freely use to add exciting new features to their games and apps."; fDesc[12] = "video as animated wallpaper, dynamically generated content as animated wallpaper, and more. DeskScapes supports the new .Dream format. The .Dream format has been specifically designed to contain content intended to be used as animated wallpaper (making it much easier to find on the net than looking for video files). The .Dream format supports triggers, dynamic content, MPEG video, WMV video, and author information."; fDesc[13] = "and wallpapers to get rid of the Windows traditional look. Theme Manager is complete software made for all your OS look related matters."; fDesc[14] = "graphics editor. IconDeveloper doesn't. Instead, it assumes that most people who want to create icons are either going to create them using an existing graphics package like Photoshop, MS Paint, CorelDraw, or they take existing images (.BMP, .PNG, .JPG, etc.) and turn those into icons. So instead of putting effort into a bitmap editor, IconDeveloper focuses itself on making it really, really easy to turn existing images into Windows icons and allowing for common modification of those icons (resizing, color changing, etc.). The result is a program that makes icons extremely fast, extremely well and extremely easily."; fDesc[15] = "it (program short cuts, system commands, etc.) as well as change its look by \"skinning\" it."; 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 = '...'; } }