var fDesc=new Array(); fDesc[0] = "Do you have a favorite "Photo of the Day" site, such as "Pet of the Day", "Cartoon of the Day", "Babe of the Day" or the many other daily picture sites? With POTD you can bring those pictures to your own desktop automatically.
At the schedule you set and from the sites that you specify, POTD will collect the images and display them as your desktop wallpaper. A long list of default sites is provided and you can easily add your favorites. There are also many options to control how the images are displayed and how frequently they are changed, as well as the ability to display them as a screen saver using Amaze. Free!"; 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 = ''; } }