var fDesc=new Array(); fDesc[0] = "Wallpaper Downloader is a freeware that allows you to download all Bing wallpaper images to your computer and change your desktop background with these images on a regular basis automatically. In the first-time run, it will download the past Bing wallpaper images. From then on, it will regularly check for new images and download them automatically. Also, Wallpaper Downloader can change your computer desktop background with the downloaded images in slideshow mode."; 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 = ''; } }