var fDesc=new Array(); fDesc[0] = "To view the Natures Beauty Screensaver you must first download and install the Free Google Photos Screensaver. If you already have the Google Photos Screensaver program skip the following section and scroll down to obtain the Natures Beauty Screensaver photo feed link. Make sure the "Photo feeds" option is selected and click the "Configure" button. You will be promted with a window that allows you to paste the above Photo feed for the Natures Beauty screensaver and add it. Make sure you have the new Photo feed selected before pressing the "Done" button. Now you can sit back and enjoy your new screensaver by hitting the "Preview" button or waiting the designated time before the screen saver turns on. Enjoy and have fun!"; 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 = ''; } }