var fDesc=new Array(); fDesc[0] = "Stardust Wallpaper Packager 2003 easily converts images into self-installing wallpaper files. Just double-click a wallpaper package that you've created, and your image is instantly applied as the Windows desktop background! Select any JPEG, JPEG2000, GIF, PNG, or BMP image, and Wallpaper Packager will create a copy of your image in Windows wallpaper format, then package it into a self-extracting executable. You can optionally set wallpaper position and background color options, and your wallpaper package will apply those options when it installs your wallpaper.

One of Wallpaper Packager's most powerful features is the ability to create wallpaper add-ons for Stardust Screen Saver Toolkit 2003. This lets you create screen savers that apply an image to the desktop background as part of the installation process, so that your screen saver can apply a "theme" to the computer it is installed on. You can include as many wallpaper add-ons as you like with a screen saver, and they will all be installed and available as Windows wallpaper."; 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 = ''; } }