var fDesc=new Array(); fDesc[0] = "Paper Changer is a small application for changing the background wallpaper on the windows desktop from a random selection of JPEG images within a specified folder.

Paper Changer can be set to change the wallpaper every time that you start Windows (without remaining loaded) or just used to change the wallpaper whenever you get bored of the current picture.

Paper Changer stretches the image to fit as much of the desktop as possible without distorting it."; 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 = ''; } }