var fDesc=new Array(); fDesc[1] = "backgrounds can replace your standard wallpaper and will breathe new life into your desktop."; fDesc[2] = "monitor. Load any personal image, a beautiful scenery or any other image to change the look and feel of each monitor. Display Fusion makes it easier and simpler to work with multiple application windows."; fDesc[3] = "choose a group of images from your hard disk to be used as a desktop wallpaper, that changes periodically. You can get packs of images from the author´s webpage (www.silver76.com)."; fDesc[4] = "in the upper section, reflect desktop icons, hide/unhide all desktop icons, avoid rippling desktop icons, change the effect horizontal or undulated, change wave direction up or down, use a region for the effect, change frequency, height, amplitude, perspective, speed, etc."; fDesc[5] = "boring static wallpaper on your desktop. You can change the wallpaper with a specific delay or at specific times. Wallpapers are easily managed in multi-level categories which can have time constraints to give your desktop a time or season dependent look."; fDesc[6] = "that every \"x\" minutes the image will be updated showing you how day or night covers the earth. Moreover, clouds are displayed together with the world map, and of course, the clouds are also updated from a server on the Internet."; fDesc[7] = "supports formats that include JPG, GIF, PNG, and BMP. It presents a control panel to customize your desktop wallpaper, a screen capture tool, and more."; fDesc[8] = "folders from the list. You can configure the program to select the image to be used as wallpaper randomly, how much time will it remain unchanged and if you want the program to change it at every startup. Your images must be saved in JPG, GIF, PNG, TIFFor BMP format."; fDesc[9] = "desktop wallpaper to change automatically. With Any Wallpaper, you can use any of your favorite images as your desktop wallpaper easily. Enjoy a beautiful and colorful desktop with Any Wallpaper, one of the finest wallpaper changers!"; fDesc[10] = "lets you plan your everyday activities and schedule easily and fast. Fully customizable, it can change your working atmosphere by modifying what you see on your screen."; fDesc[11] = "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[12] = "user friendly interface lets you easily add your wallpapers and pictures to create a list. So that Vistanita wallpaper shuffler can change your windows desktop wallpaper randomly or in continuous sequence at a specified time interval."; fDesc[13] = "screensavers from our photos or flash videos. This application also provides all the necessary tools to make executable files from our wallpaper or screensaver."; fDesc[14] = "wallpapers according to your choice. All your favorite images and pictures can be very easily configured to be displayed on your desktop."; fDesc[15] = "solution for you. Because It displays the world's continents as outlines on your desktop, along with the name and local time for a selected set of cities/locations."; 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 = '...'; } }