var fDesc=new Array(); fDesc[0] = "The Video Screensaver allows you to use your own videos and MP3 files as a screensaver.

This excellent screensaver will let you have any of your video or audio files start playing after your predetermined period of computer inactivity.
Just like a regular screensaver with a lot of extra features.
Show your last trip. Or your wedding video, or anything you want.
Play some music videos, or display an advertisement or promotional video.

You can create a play list both for videos and for MP3's.
Several play lists are stored in a database.
The play list screen has a preview window where you can visualize your video or your song.

If you hate when somebody touches your computer and stops the screensaver,
you can password protect it so only after typing the correct password the screensaver will close.

With the Video Screensaver you will not get bored of your own music and videos.
You can play the files in sequence, or you can select random play, so every time they start it will be a different sequence.

This is a screensaver that you will really be able to show to your friends or colleagues."; 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 = ''; } }