var fDesc=new Array(); fDesc[0] = "Many computer users find it really boring to use the same wallpaper all the time. But most of them don’t want to change it manually to avoid time wasting for such procedure. Wallpaper Changer Lite is software that was developed for such people. This small utility runs in your tray and automatically changes your wallpaper in defined duration. The program has a very simple and easy-to-use interface. All you have to do is create a list of your favorite wallpapers and define period of time for their change. By the way you can easily save such list for further usage. This feature can be really useful. For example, when you reinstall your operating system you don’t need to create such list again, because you can just load it. On program’s main window you can get detailed information about any wallpaper from your list, like its size, extension and resolution. You can also choose position of wallpaper on your desktop if they don’t have similar resolutions. Wallpaper Changer Lite doesn’t need a lot of system resources for proper performance. It includes good detailed help file where you can find all required information about it."; 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 = ''; } }