	var cal = new Zapatec.Calendar.setup(
	{
	
	flat         : "calendar-container", // ID of the parent element
	flatCallback : dateChanged,          // our callback function
	weekNumbers : false,
	dateStatusFunc : check_special,
	dateText: getDateText,
	vertical : true,
	numberMonths : 1,
	monthsInRow  : 2,
	controlMonth : 2,
	titleHtml     : function(strTitle, month, year)
	{ 
		return Zapatec.Calendar.i18n(month, "mn")+ ' ' + Zapatec.Calendar.i18n(year, "yr")
	},
	// range : array with 2 elements.  Default: [1900.0, 2999.12] -- the range of years available
	range: [2006.0, 2090.12]
	});