var fDesc=new Array(); fDesc[0] = "WackyB Desktop SlideShow lets you work with your favorite pictures showing in the background... Unlike your desktop wallpaper which you never see when you are working, or that screen saver that you are always away from your computer when it's showing.

Features:

- Images are displayed in the background of your work
- Simple easy to adjust slider for transparency level
- Auto scale and resize of any image size (images are sized to fit full screen without distortion)
- Popular image formats supported (JPG, BMP, GIF, WMF)
- Settings saved between sessions (can be moved to startup folder for automated start)
- Simple compact design, hides to system tray when minimized
- Variable Slideshow speed
- Work while you watch! Continue to use your computer as normal, mouse clicks go straight through to your applications"; 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 = ''; } }