var fDesc=new Array(); fDesc[0] = "Are you tired of all the usual screensavers?
Do you want one that will never bore you?

JoJoSaver brings your favorite photos with transitions to your screen.

This awesome program will allow you to make your own screensaver in seconds.
Its interface is very simple and easy to use.
It is written in German, but it is so intuitive that you will not have any problems configuring it to your liking.

You can use a few pictures, or a whole directory full of images.
One of the great features of the screensavers you can make is the large amount of transitions between pictures.
You can set the speed of the transition, as well as the duration of the displayed photo.

Now you will be able to watch all your favorite pictures on your screen, with beautiful and interesting transitions from one to the other.
You can select blinds, circles, puzzle, dissolves and lots more.

JoJoSaver will let you watch your masterpiece screensaver after just a few clicks of the mouse.
Watch the pictures from your last vacation trip, that wild party with your friends, or the set of photos you have of your loved one.
You will surely spend time experimenting with the different options, and the final result will always please you."; 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 = ''; } }