var fDesc=new Array(); fDesc[0] = "EvJO Wallpaper Changer allows you to change your computer's wallpaper at set intervals, much as many similar programs do. Although the program has some features that we were initially excited about, we found it confusing and frustrating to use.he program's interface looks intuitive, but nothing seems to function as it's supposed to. We attempted to scan our computer for photos to use, but the program can't support subdirectories, so we couldn't access photos that were contained in folders within folders"; 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 = ''; } }