var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "collages. With this cool application you will be able to: - Create collages that can be used as desktop wallpaper. - Create collages that you can send them to your friends and family by email. - Build tuning pictures for using them on your website or online album."; fDesc[4] = "needing cables. Global operators are supported."; fDesc[5] = "styles: simple, wood, golden, modern, professional and other. For each one of these, it includes 16 different frame models. Also, user can select frame thickness, inner border, background, etc."; fDesc[6] = "crossing the wallpaper. You can make ripple by moving pointer of mouse as well. And you can hear thunders and tweedle. It's just like you are placed in the nature. Furthermore, you can change desktop wallpapers with 38 kinds of transition at your pleasure. It's offer the easiest way to change wallpaper in the world: Just turn your mouse wheel or press some keys of keyboard. Of cause, you can set interval for auto changing. That means you can set all your favorite pictures, such as photos of friends, family, pets and so on to be your wallpaper and you will never get tired of them. Otherwise, Water Desktop offers a pretty nice desktop calendar and desktop quick note. They are simple and easy to use. It's really an amazing desktop software. Nobody can dislike it."; fDesc[7] = "category. User-friendly interface with personalized advanced features. Enhance your desktop by adding life to your wallpapers."; fDesc[8] = "interval or by weekly or monthly basis. You can also select cyclic or random mode. It also has four positioning options Tile, Center, Stretch and Smart. You can add lots of pictures to rotate your computer’s desktop wallpapers."; fDesc[9] = "wallpapers from the Internet? Then Active Wallpaper Changer is for you!"; fDesc[11] = "wallpapers storing. A very useful feature of this software is an optional caching system for fast loading of directories. The program works only with copies of pictures that allow keeping source pictures untouched."; fDesc[12] = "wallpapers according to your choice. All your favorite images and pictures can be very easily configured to be displayed on your desktop."; fDesc[13] = "wallpapers from the Internet? Then Active Wallpaper Changer is for you!"; fDesc[14] = "desktop. It allows you to easily manage all your wallpapers through the use of categories and cycle them with a specified delay or at specific times or both. Wallpaper Cycler includes an advanced random choice algorithm, can be started at Windows logon, can be configured to change the wallpaper once at Windows logon, and much more. Features: Transparent desktop icons. Add categories which contain similar wallpapers. Categories can have time constraints. So a certain category can be set up to be used only during winter, or in the morning,... Easily find duplicate images and delete them. Preview bitmaps and JPG's full screen. The delay between two wallpapers can be up to 24 days 20 hours 31 minutes 23 seconds. Cycling can happen with a specified delay or at specific times or both. Shuffle during cycling: Wallpaper Cycler includes an advanced random choice algorithm which ensures that you..."; fDesc[15] = "your wallpapers are located. Second, you set the time interval, ranging from every few minutes to every month."; 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 = '...'; } }