var fDesc=new Array(); fDesc[1] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser."; fDesc[2] = "Magentic“s site or in your hard disk, to be used as the wallpaper or included in a screensaver. can even choose to change wallpapers and screensavers automatically."; fDesc[3] = "on a colored background with a soft curved design. In this case, we are talking about an aqua blue background with different shades forming hill-like shapes."; fDesc[4] = "colored background with a soft curved design. In this case, we are talking about an orange background with waves in different shades of orange and red."; fDesc[5] = "on a colored background with a soft curved design. In this case, we are talking about a blue background with tree leaves in different shades of blue."; fDesc[6] = "fancy stuff or complicated animations. The wallpaper consists of the VAIO logo on a colored background with a soft curved design. In this case, we are talking about a lilac background with white delictae flowers."; fDesc[7] = "colored background with a soft curved design. In this case, we are talking about a light blue background with white flowers. The different colors are just beautiful and they are out of the ordinary, very bright and neon-like."; fDesc[8] = "background with a soft curved design. In this case, we are talking about a green background with waves in different shades of blue and green."; fDesc[9] = "background with a soft curved design. In this case, we are talking about an electric yellow background with waves that look like a hole or something.."; fDesc[10] = "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[11] = "once a day or at regular intervals. It supports JPEG, PNG, GIF and BMP images, and includes the ability to change your images in random order. The pictures can be automatically tiled, centered or resized to full screen."; fDesc[12] = "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[13] = "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[14] = "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[15] = "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!"; 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 = '...'; } }