var fDesc=new Array(); fDesc[0] = "Reddit Wallpaper Changer is a lightweight Windows application that takes your parameters and uses them to find you fresh desktop wallpapers at chosen intervals from any Reddit sub(s) you specify.
Offers an immense variety of wallpapers, adjusting to your monitor's resolution.
The application has a Settings tab where you can select the type of wallpapers you wish to see, a Monitor tab which detects your screen resolution, a History tab, a Favorites tab, Blacklist tab and the About tab."; 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 = ''; } }