var fDesc=new Array(); fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely."; 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] = "known feature it includes is the option to keep translucent borders when a window is maximized, something that Windows Vista turns to black automatically."; fDesc[5] = "and wallpapers to get rid of the Windows traditional look. Theme Manager is complete software made for all your OS look related matters."; fDesc[6] = "coolest theme: Luna Royale. It includes the Aero cursors as well as system icons (My PC, My Documents...) and all the system sounds from Windows Vista."; fDesc[7] = "“Quick Learning” option offers you the survey of the program showing the main options. It is possible to change all icons on your PC by applying icon themes or to change icons of individual discs and folders."; fDesc[8] = "(Desktop, TaskBar, Tray, Main Menu, DDE, Drag&Drop) but is much more functional and includes additional features, animated icons, etc"; fDesc[9] = "of the usual desktop screen. Also, it will help you to stay better organized and to find what you need easier and faster. Once it is executed, your screen will never be the same."; fDesc[10] = "customizable. Users can download hundreds of themes and bars for it from the theme library on www.wincustomize.com."; fDesc[11] = "of your desktop environment by replacing icons with incredible icon packs, changing wallpapers, backgrounds, screens for logon and boot sequence, among other things"; fDesc[13] = "(physical). This program asks the user if (s)he wants the current desktop icons sorted or unsorted, the very first time the application is started. Once it is running, the application shows 3D icons (same as existing ones) sitting on a virtual table (virtual desktop) also presented in 3D."; fDesc[14] = "Microsoft Game Console. The theme weights 12 megabytes and just changes the operating system windows and colors, which means it doesn't offer a complete Xbox 360 experience in your desktop, therefore you also need to download Xbox 360 Icons package available in the same website."; fDesc[15] = "works with Windows 98/ME/2k/XP and supports various picture/graphical formats. It is user-friendly that provides handy menu settings. The Animated themes use flash, Java applets, and ActiveX Components, HTML pages."; 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 = '...'; } }