var fDesc=new Array(); fDesc[0] = "I can’t stand plain, boring backgrounds. John’s Background Switcher (or JBS for short) periodically changes the background image on your computer (like every hour or every day) to something awesome.
JBS sits in your system tray (down by the clock) and changes your background at the time interval of your choosing. You tell it where to get pictures from and how to show them – maybe you just want to see one photo at a time or maybe you’d like to see a ‘Snapshot Scrapbook‘ of photos thrown across your desktop. It’s up to you and you never know what’s coming next!"; 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 = ''; } }