var fDesc=new Array(); fDesc[0] = "Are you bored of watching the same image every time you switch your computer on? You can stop that now in an easy and fast way. Easy Wallpaper Changer is a program useful for handling your wallpapers as you like. The download is really fast and once the software is installed an icon will be shown on your desktop. To run the program you just double click on this icon and action begins. First thing you have to do is add wallpapers to the program, these can be single files or folders. After you have imported the wallpapers you can program how often you want them to change on your desktop. This can be done by clicking on Change wallpaper every ... Minutes; or just change the wallpaper by clicking on Change Wallpaper Now. Moreover, the changes can be done randomly or in order. Among other options the user can select to let the program run and switch the wallpaper every time Windows starts up. In addition, you get a preview of how the wallpaper will fit the screen and of the image you have chosen. The position can also be changed, e.g., tiled, centered, stretched or automatic."; 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 = ''; } }