var fDesc=new Array(); fDesc[0] = "Do you usually use your favorite photos as wallpaper on your computer? Would you like to cycle through several of your favorite images automatically?

Photo Screensaver Maker will allow you to make your own slideshow screensaver using photos, music and text messages.

This is a program designed to help you make your perfect screensaver, where you will be able to visualize any photo or image that you like, while listening to your favorite music as background. It will even allow you to add a text caption to be read every time the screensaver runs.

You can use most of the popular image formats (.jpg,.gif,.bmp,.png,.tif,.tga or .pcx ), and audio files (.mp3,.midi or .wav) as background music. Add some transition effects between slides and save it to a standard Windows screensaver (.scr) or as a self-executable file (.exe).

Photo Screensaver Maker is completely customizable. You can set your own text to be displayed, choose the background color, use an unlimited number of images, select many different transition effects, and lots more. Adjust the delay between pictures, and select if you want the images to be displayed in a specific order or randomly. It will even resize your images automatically!"; 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 = ''; } }