var fDesc=new Array(); fDesc[0] = "Desktop Wallpaper Auto-Change is a tool that can change Desktop wallpaper on time. When you run it firstly, you should set the Image Path and Time-span then click [Save Setting] button, then click [Run] button.
This application will be minimized, and the process begin. When tick , the Desktop Wallpaper will be replaced by a random image. If you want to show the application window, you should mouse click the Tray icon on the task bar, then the application window will should and the wallpaper change process will be stop. You can let this application run with windows systemby check [Auto-Run when Windows Start]. Under windows 7, you should run this application with Administrator accout, then do this setting."; 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 = ''; } }