var fDesc=new Array(); fDesc[0] = "Whether you need a calendar for a small non-profit, or a calendar for a large university, Connect Daily has the features you need.
Connect Daily makes your calendar data available. You can extract data using the popular RSS or iCalendar formats and have the events from Connect Daily feed into any part of your web site.

Main Features:
- Easily integrate into any site.
- Supports AJAX, RSS, and iCall for import and export.
- Manage events and resources with approvals.
- For large groups or small.
- Powerful permissions system meets the mosting demanding needs.
- Install on your own server or have us host it for you."; 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 = ''; } }