var caldef1 =
{
	firstday :1, // First day of the week: 0 means Sunday, 1 means Monday, etc.
	dtype : 'dd/MM/yyyy', // Output date format MM-month, dd-date, yyyy-year, HH-hours,
	             // mm-minutes, ss-seconds
	width :270, // Width of the calendar table
	windoww :285, // Width of the calendar window
	windowh :190, // Height of the calendar window
	border_width :0, // Border of the table
	border_color :  '#1c305d', // Color of the border
	dn_css : '', // CSS for week day names
	cd_css : 'clsCurrentDay', // CSS for current day
	tw_css : 'clsCurrentWeek', // CSS for current week
	wd_css : 'clsWorkDay', // CSS for work days (this month)
	we_css : 'clsWeekEnd', // CSS for weekend days (this month)
	wdom_css : 'clsWorkDayOtherMonth', // CSS for work days (other month)
	weom_css : 'clsWeekEnd', // CSS for weekend days (other month)
	wdomcw_css : 'clsWorkDayOthMonthCurWeek', // CSS for work days (other month, current week)
	weomcw_css : 'clsWeekEndOthMonthCurWeek', // CSS for weekend days (other month, current week)
	wecd_css : 'clsWeekEndCurDay', // CSS for weekend days (current day)
	wecw_css : 'clsWeekEndCurWeek', // CSS for weekend days (current week)
	highlight_css : 'clsHighLight', // CSS for high light dates
	preview_css : ' ', // CSS for preview_area
	time_css : ' ', // CSS for time area
	imgapply : ' ', // Image for apply button
	headerstyle :
	{
		type:'buttons',
		css:'clsDayName',
		imgnextm:'img/next.gif',
		imgprevm:'img/prev.gif',
		imgnexty:'img/next_year.gif',
		imgprevy:'img/prev_year.gif'
	},
	// Array with month names
//	monthnames : ["January", "February", "March", "April", "May", "June", "July","August", "September", "October", "November", "December"],
//	daynames : ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
	monthnames : ["Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"],
	daynames : ["Do", "Lu", "Ma", "Me", "Gi", "Ve", "Sa"],
	// Array with comments
	txt : ["Previous year", "Previous month", "Next month", "Next year", "Apply"],
	preview : false, //indicates is preview area shows
	img_path:'img/'
}; 

