var fDesc=new Array(); fDesc[0] = "Xarka software has always been creating programs that users are very much in need of. "Today" is one of those wonderful creations from Xarka software. It is a very useful application for all those people who are interested in knowing the important dates related to the Christian calendar. It is a very beneficial software tool, as it takes care that no important occasions in Christian Calendar are missed. It follows the Greek Orthodox Church dates. Now, with this software users don’t have to worry that any important date is ever missed as "Today" provides a countdown function showing how many days are left.

It is a very powerful software application which works well along with Outlook and Window Mail. Moreover, it provides an additional benefit of calculating floating dates very accurately. Users are also informed about the dates and days related to important feasts and detailed information about the dates related to saints. The program also shows when the next eclipse is going to occur. The only drawback of this application is, perhaps, that the titles of holidays, their descriptions and other per day data are given in Greek language, and the only English captions are its interface elements.

All in all, Today 3.9 is a very interactive program, which keeps religious users updated about important religious events."; 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 = ''; } }