var fDesc=new Array(); fDesc[0] = "If you don’t want to use the same wallpaper on your desktop all the time and don’t want to change it manually then you might find Online Wallpaper Changer really useful. It is a small utility for automatic change of wallpapers. Its developers offer very interesting way for avoiding monotony. You don’t need to waste your time for finding and downloading wallpapers from the Internet. The program takes wallpapers from the blog on the developer’s home page. The blog is regularly updated and you will always have fresh wallpapers on your desktop. You can select different wallpaper channels. Each channel pools wallpapers of definite subject area, like nature, landscapes and many more. The program has a range of settings that allows to configure its performance on your demands. The settings menu is displayed right on your desktop and can be hided. Using this menu you can define frequency of wallpaper change or select wallpaper channel. Here you can also turn on or turn off relaxing sounds of nature which is program’s extra feature. Nature sounds involve songs of birds, water purl and sound of wide. The program doesn’t need a lot of system resources. So it won’t slow down your computer’s performance."; 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 = ''; } }