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

