var fDesc=new Array(); fDesc[0] = ""Eortologio" is an application for storing repeatable events like holidays, name days, world days etc.
This application is distributed as "freeware", without any time restrictions and does not contain spyware.
Also upon installation, the application does not add any registry entries and installs files only to the directory of your choice. A program group is created in Start Menu, a shortcut to your desktop and a shortcut to Startup folder for the application to lunch when windows start. If you do not want this to happen you can delete this shortcut from Startup Folder at anytime.

You can also execute "Eortologio" from a flash disk or any other removable device. For this to happen you must copy the folder where the application is installed, to the flash disk. Also the operating system must have .NET Framework 1.1 installed.

You can also add your own notes. To do this you must select a date from the left and then click Save. Everything you save is repeatable at the same date, every year. With right click you return to the current date.

The movable events are calculated in relation with the Easter date of the selected calendar (Julian, New Julian or Gregorian).

You can also do a search for an event by adding a search text and then clicking on Search button (or by pressing Enter). With double click on search results you go to the event date."; 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 = ''; } }