// Customizable variables
var HideWait = 7; // Number of seconds before the calendar will disappear
var FontSize = 9; // In pixels
var FontFamily = 'Arial';
var CellWidth = 25;
var CellHeight = 19;
var CalBGColor = '#FFFFFF';
var TopRowBGColor = '#a19c7b';
var DayBGColor = '#d7d3b8';

