var fDesc=new Array(); fDesc[0] = "Adolix WallPaper Changer is a simple freeware application that lets you use images in your hard drive as wallpapers. It supports formats that include JPG, GIF, PNG, and BMP.

This program presents a control panel that gives you access to its main features (set wallpaper, clear wallpaper, screen capture, settings, etc. ) and lets you customize your desktop wallpaper.

The screen capture tool lets you capture whole screen, selected area, active window, or a selected object, and stores the output to a BMP, JPG, JPEG file.

Features of the program include the ability to change background on your computer, create play lists of your favorite wallpapers, support for popular formats including: BMP, JPG, GIF, PNG,PCX,TGA, TIF and WMF, the possibility to program the wallpaper to change automatically after a specified time period, use different background color for each wallpaper, a schedule option , fit to screen and auto fit position options, and a tray icon.

This program is a nice option for those who enjoy changing wallpapers continuously, and want a screen capture tool, and it is freeware so you can download and test it with no cost."; 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 = ''; } }