var fDesc=new Array(); fDesc[0] = "Calendarium 4.08 is a program that puts a wallpaper with a calendar in your desktop.

The program works as a wallpaper manager and puts a customized calendar, updated daily, over the background image of your choice.

Calendarium 4.08 also checks email for multiple accounts and provides a reminder service.

When you install the program, you´ll be able to set the directories in which you want Calendarium to look for images to use as backgrounds of the calendars. You can also modify the "Showing Rules": you´ll be able to choose if you want to show images or not, if you want to change them or not, how often will the images change, if they would be chosen randomly or in sequence, and if you want it stretched.

The "Visual Style" allows you to choose the layout of the calendar.

"Options" will modify the calendar specific options: which day will be the first, language to use, effects, colors and font.

The "Reminders" section will allow you to set reminders for any time of any day.

The "Email" section is where you can tell the program which email accounts to scan for new messages, so it can prompt you when there is any new email.

Once you have everything OK, pressing "Set" will apply the configuration."; 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 = ''; } }