var fDesc=new Array(); fDesc[0] = "Motivational Messages Scenic Reflections Screensaver is a nice slide show of pictures each one containing a stimulating quotation to meditate on. There is nothing better than a good quotation to cheer you up after a long working day, or a word of wisdom to think about every day.

The screensaver shows about eighty photographs, with inspiring images of people, landscapes and nature. Every picture provides a quotation made by the most outstanding and interesting figures of literature, philosophy, politics and science, like Shakespeare, Jonathan Swift, Plato, Churchill, Einstein, and many others.

While you enjoy watching the pictures, you will listen to subtle and moving music compositions in piano and violin. You can configure the screensaver behavior, set the duration of a photograph, and choose the transition effect for the slideshow. Besides, you can select your own playlist to listen while the screensaver is running.

Motivational Messages has a freeware license so you can download it and use it with no charge. If you are thinking about redecorating your desktop, Motivational Messages is a very good, and free, option to take into account."; 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 = ''; } }