var fDesc=new Array(); fDesc[0] = "With this calendar, country specific holidays and festivals of nearly every country of the world can be displayed. You can define birthdays, wedding anniversary, reminders and notes. School-holidays or exhibition schedules can be added. Moon-Phases and Zodiac symbols are automatically displayed; countries in the Southern or Northern Hemisphere are supported. The individually defined dates can be displayed as a monthly, a yearly or as an "event"-overview. Now with notes and memos support! Add up to 4 own defined and named events! Add your own bitmap image to an event! Export your event list or graphic to other applications! Printout possible! Display of Date-Format can be chanced. Calculates how many days are between two days. The calendar comes with a complete setup, uninstall and online-help. Other freeware and shareware products at: www.image-integration.com"; 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 = ''; } }