var fDesc=new Array(); fDesc[0] = "Wallpaper Changer inserts a new page into the Display properties Control Panel.
From here you can manage your wallpaper images: add or remove individual pictures or whole directories filtered by image type. Individual pictures can also be downloaded from the Internet or aquired from any TWAIN source (like scanner or digital camera).
Wallpaper can be changed on Windows startup, on user logon, or according to your own schedule.
Wallpaper Changer understands over 12 graphic file formats (including BMP, ICO, WMF, JPEG, JPEG-2000, PNG, Photoshop PSD, Kodak PCD, PNM and Sun RAS). It supports very high quality image resampling (fine resizing) and colour quantization (colour depth reduction), greyscale conversion, ability to display a one-month to one-year background calendar and drawing text or comments of your choice on wallpaper images.

An additional feature of Wallpaper Changer is the ability to make the Windows 2000/XP taskbar partially transparent."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }