var fDesc=new Array(); fDesc[0] = "The program is developed for automatic wallpaper changing at certain time intervals. The program has two modes:

Wallpaper of the day
Running in this mode the program will download the wallpaper of the day from Internet and will set it as wallpaper to your desktop. You have the possibility to choose subject category where the program would download pictures from.

This mode is particularly interesting because administrators of the most popular web sites will choose desktop wallpapers for you. You will have the most beautiful and interesting wallpaper in front of you.

Wallpapers list
This mode allows you creating a list of pictures and schedule of changing the wallpaper."; 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 = ''; } }