var fDesc=new Array(); fDesc[0] = "Google Photos Screensaver 2.0 is a wonderful screen saver that allows you to display pictures from the web, PC, web albums and photo feeds. Instead of having just a blank screen or just one picture as a screen saver, with Google Photos Screensaver you can have many pictures as a slide show that changes every few seconds and acts as a screen saver after a certain time interval set by you on your computer. This program comes with Google Pack, but you can also download the programs individually. When the screen saver acts as a slide show, you can move to the next/previous photo using the mouse. The title and the author of the photos are always visible and you can go to their source by clicking on one of the links at bottom of the window. Moreover, this application also allows you to set up the visual effects such as wipe,collage, pan,cross fade and zoom, and the time interval of each photo. If you are bored of your static or plain screen saver, this is perfect for you. Once you run it, you will love to have incredible pictures from different sources and changing all the time."; 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 = ''; } }