var fDesc=new Array(); fDesc[0] = "Wally 2.4.4
Wally is a Qt4 wallpaper changer, using multiple sources like files, folders, FTP remote folders, Flickr, Yahoo!, Panoramio, Ipernity, Photobucket, Buzznet, Picasa, Smugmug, Google, Vladstudio and deviantART images.
It runs under Linux, Win32, MacOSX and OS/2, and it's available in many languages.

Some features:
- History support
- EXIF support
- Proxy support
- A lot of wallpaper layouts, independent from window manager's capabilities
- Save downloaded pictures"; 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 = ''; } }