var fDesc=new Array(); fDesc[0] = "Wallpaper Switcher 1.7 is a simple system tray utility for changing wallpapers on your desktop. It doesn’t need a lot of system resources for its performance. This application has a very simple and easy-to-use interface. The main window includes the list of all wallpapers that are at the disposal of the application. It automatically switches between them in time intervals defined by user. Using special buttons you can add new wallpapers into this list, delete any you don’t need anymore and change their order. You can choose display mode for each wallpaper. It is very useful when image’s resolution differs from the resolution of your monitor. For example, if a picture is too small you can put it in the center of your monitor or stretch it to fill the full screen. Wallpaper Switcher 1.7 has a special tray icon that can be used for switching between wallpapers or opening program’s main window. The program also includes good detailed manual file where you can find information about all features of Wallpaper Switcher 1.7."; 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 = ''; } }