var fDesc=new Array(); fDesc[0] = "If you're more picky than just that, you can choose pictures using a keyword search, or photos by a particular user, or favourites for a particular user - you can also vary the time each wallpaper stays on the screen for. And if you like the pictures, you can visit Flickr for more information on them. What's not to love?
Fed up of gazing at your default desktop wallpaper? Use popular pictures uploaded recently to Flickr as your Windows wallpaper. You'll get new wallpaper every hour from the best photos taken in the last seven days around the world."; 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 = ''; } }