var fDesc=new Array(); fDesc[1] = "the most of these icons no longer match the style of the current Windows operating systems. This LITE version in not compatible with large icons (128 x 128 pixels)"; fDesc[2] = ", boot screen, icons and many other resources in Windows XP, with a darker more slick and smooth looking theme. Through the XPize settings you can change the icons size and spacing, wrap their titles or even hide the icons."; fDesc[3] = "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[4] = "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[5] = "information, Process manager, Optimizer, 1 click cleaner, Repair center, Start up manager, System speed booster, Junk file cleaner, Registry Cleaner, Wallpaper changer, Privacy protector, File Splitter, Shutdown manager and many more utility tools that can customize your system for best performance."; fDesc[6] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!"; fDesc[7] = "and wallpapers to get rid of the Windows traditional look. Theme Manager is complete software made for all your OS look related matters."; fDesc[8] = "it brings you an All-in-One set of powerful and neatly classified tools, settings and tweaks."; fDesc[9] = "new logon screen, first you have to click on the select logon screen button and choose one from the available logon screens. Then it will display the fresh logon screen sample."; fDesc[10] = "of your desktop environment by replacing icons with incredible icon packs, changing wallpapers, backgrounds, screens for logon and boot sequence, among other things"; fDesc[11] = "incredible program can retrieve various passwords assuming that the user has logged in to the system and also displays hidden system information such as Product ID and CD Key."; fDesc[12] = "to click on the add logon screen button and choose one after browsing downloaded logon screens. Then the fresh screen will be displayed under existing logon screens."; fDesc[13] = "biometrics, USB tokens, barcodes, fingerprint and retinal scanning, remote internet passwords and many more. You can also install a different logon screen, with three different types of themes for the logon window (\"Global Warming\", \"AIDS\" and \"Save Wild Life\")."; fDesc[14] = "computer accounts by identifying their true last logon time and account status."; fDesc[15] = "decide who, when and how long can access your computer or when can not access your computer. Access Boss can be useful for commercial use like in IT departments, small business or for home use. It can also work as parental control software that can stop your children playing games all the day."; 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 = '...'; } }