var fDesc=new Array(); fDesc[0] = "Wallpaper Recycler was developed to enable you to use and cycle your pictures as Windows wallpaper. You can select your favorite images by scanning any drive or PC folder, create and adjust different lists (allows to create 10 lists which can contain up to 1000 pictures each), and set intervals for pictures to be shown as your wallpaper. The program supports the following image file formats: BMP, DIB, JIF, JPG, PCX, PNG, RLE, TGA, TIF, WMF, WPG.

The interface is old fashioned and is not aesthetic, but it’s quite simple to navigate. You can access this utility from a taskbar tray icon, which opens a special menu. It allows to activate and manage the program, offering you to change the list, pictures step, pause the recycler and other options. The program can be set to start up automatically on Windows launch. This recycler has as many tools as a standard option for Windows desktop. However, it is not as complete as other similar software. This program is only available in English and you can download a 15 days trial version before you buy it. Wallpaper Recycler is compatible with Windows 95/98/Me/NT/2000/XP"; 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 = ''; } }