var fDesc=new Array(); fDesc[0] = "Using this program, you can export data from Outlook in iCalendar, or import iCalendar data into Outlook. The program offers several features and options that are not available with Outlook's built-in iCalendar import/export.

Programs that can read iCalendar files include Apple iCal, Google Calendar, Mozilla Lightning, Connect Daily Web Calendar, and many others.

-Outlook 2003 does not support iCal Export.
-Export based on category of event.
-Export only changed items since last export.
-Export based on sensitivity of events.
-Export deleted events as cancelled.
-Export all events or only future 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 = ''; } }