ColorBackground="#efefdd";
ColorSpecialDay = "#999999";
ColorToday = "green";
ColorEvent = "red";
var showAltDate = false;  	// add display of alternate date using results from user supplied "getAltMonth(dy, mo, yr, last)" and showHolidays = true; 	// add display of holidays using result from user supplied "holidays(dy, mo, yr)" functiontion
showMsgBox = false; 		// span empty cells (before 1st day and after last) for messageBox use
// showMini = true; 		// add minimonth display of prior and next months if first and/or last boxes are available 
navColor = "#ECCDBD";
imageAlign = "right"; 		// default event image alignment
ExportPage = "calendar_export.html"; 		// name of html page for displaying event text for export
PrintPage = "calendar_print.html"; 		// name of html page for printer-friendly format

// all format codes must have "|" to separate before and after tags
DateFontSize=1;
MonthFormat = "<b style='font-size: 10pt; color: #CC3300; font-weight: bold'>|</b>";
HolidayFormat = "<font color=#999999 style='font-size=7pt'><b><center>|</center></b></font>";
LayerFormat = "<font size=1>|</font>";

FirstMonth = 200202; 	// start calendar in month where sample data starts for "jump to" target in samples
LastMonth = 200705; 	// start calendar in month where sample data starts for "jump to" target in samples

DefineLayer("meetings", "<font  style='color: #008000; font-size: 7pt;'>|</font>");
DefineLayer("movies", "<font  style='color: #CC3300; font-size: 7pt;'>|</font>");
DefineLayer("talks", "<font style='color: #CC3300; font-size: 7pt;'>|</font>");
DefineLayer("parties", "<font  style='color: #008000; font-size: 7pt;'>|</font>");
DefineLayer("food", "<font style='color: #008000; font-size: 7pt;'>|</font>");
