/*
                            C a l c o n f i g . j s

This file configures the installation behavior of the Calendar 

*/


var SHOWPASTSTYLESPAST = 'yes';       // 'no':  past calendar dates will be grayed out. 
                                      // 'yes': past calendar dates will display in the style indicated.
 
var CALENDARTYPE = 'full';            // 'full':    calendar will show 7 day weeks.
                                      // 'weekday'  calendar will show Monday through Friday only.
                                      // 'weekend'  calendar wil show Sunday and Saturday only.

var MAXEVENTS = 5;                    // indicates the maximum number of events to appear in any one day.
