var fDesc=new Array(); fDesc[1] = "purchase without accessing the eBay website. This application came in an \".air: package; previously you need to be register with adobe for the installations of this type of files but now you just need to install Adobe Air."; fDesc[2] = "copy DVD movies if they have not been decrypted. The compatible copier programs are: 1Click DVD Copy, Nero, Intervideo DVD Copy, Roxio, and Pinnacle DVD Copy. System requirements: Microsoft Windows 2000, XP, and Vista."; fDesc[3] = "possibility to arrange you icons in the style the program offers, you can create your own layouts and save them. Also the icons' text or the icons themselves can be set to be hidden when we go off the desktop (or when the focus is on another window)."; fDesc[4] = "and wallpapers to get rid of the Windows traditional look. Theme Manager is complete software made for all your OS look related matters."; fDesc[5] = "resolution of your screen, or enter Windows in Safe Mode, the icon layout changes, moving icons to different places that the one you assigned them. Icon Restore 1.0 restores your desired icon layout."; fDesc[6] = "configure up to 20 virtual desktops. Besides, switching from one desktop to another can be done easily by pressing configurable hotkeys or using your mouse."; fDesc[7] = "enables you to hide and show desktop icons dynamically, change text colors, remove the text backgrounds, save and restore icon positions, and quickly hide windows."; fDesc[8] = "installed it operates in tray and provides you with “left” and “right” parts of the desktop. f you use many applications at the same time or want to divide them into two groups just allocate them between two desktop parts. It really makes work easier."; fDesc[9] = "complicating. This tool makes it so simple that all the user has to do is click on the icon to be changed and finally point to the one desired. This makes easier to locate and navigate through files making it easier to group similar applications together giving a nice personalized appearance"; fDesc[10] = "external resources to get even more information. Weather Exchange can display some maps from United States, Central/South America, etc. showing temperature, humidity, windchill and more."; fDesc[11] = "connection with one of the several atomic clocks maintained by the United States National Institute of Standards and Technology. WebTime 3.8 checks the time on your PC´s internal clock and corrects it with the time of the Atomic Clock Server."; fDesc[12] = "user-friendly visual image list. This also stores found icons in a database and compresses them."; fDesc[14] = "them, and even change their color based on what you're doing."; fDesc[15] = "Keep your icon layout in a file, with several versions."; 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 = '...'; } }