var fDesc=new Array(); fDesc[0] = "Walyk Wallpaper Changer is a freeware application for Windows to manage your Wallpaper collections. These are some great features included in this version:

-Calendar themes (supporting transparencies and alpha channel for PNG-8 and PNG-24 images).
-The wallpapers are changed automatically (with different configurations).
-Change your wallpapers cyclic or random.
-Various algorithms to .esample your images (is useful when the files have different dimensions than your screen), the resulted files are smaller and keeps quality and improve windows graphic performance when redraw the Desktop.
-You can see a small or full screen preview for your pictures.
-Supports the most common file formats (JPG/JPEG, PNG, BMP).
-Multi-language interface, 2 languages included (English and Spanish), more languages are available."; 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 = ''; } }