var fDesc=new Array(); fDesc[0] = "MuralPix 1.7.0.0 is a program that creates and changes wallpapers from JPG images.

The program provides an Image Browser that lets you select any JPG image stored in any drive, and apply it as a wallpaper. By default, that image will be surrounded by a frame, and the program will add a three month calendar (past, actual and next month).

Through the Settings Option you will be able to change the Wallpaper Exchange Settings (Exchange Period, Random Selection), Wallpaper Display (background color, text background, image size, aspect ratio, margins, name, calendar settings, agent, etc.

You will also be able to setup the screensaver options, as background, size, random images, etc.

If you choose the "Change Background" button in the menu, MuralPix will randomly change the background using the default options.

You can add or remove folders with JPG images to be used by the program, even indicating it to look in subfolders or not. The program will count the images in the folders and will show you the number of images found."; 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 = ''; } }