var fDesc=new Array(); fDesc[0] = "Start your day with beautiful photos chosen by our editors just for you, including Nature, Travel, Animals, Flowers and more!

Download the photos for screensavers and wallpapers or easily share it with friends by using our quick link back to Webshots.

Find more photos on Webshots, or search the web to learn more about what you're viewing."; 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 = ''; } }