var caldef1 = {
	firstday:0,
	dtype:'dd/MM/yyyy',
	width:310,
	windoww:330,
	windowh:200,
	border_width:0,
	border_color:'White',
	dn_css : 'clsDayName', // CSS for week day names
	cd_css : 'clsCurrentDay',
	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 : 'clsWeekEndOtherMonth', // CSS for weekend days (other month)
	multi:true,
	headerstyle: {
		type:"buttons",
		css:'clsDayName',
		imgnextm : 'js/img/arrow_right.gif',
		imgprevm : 'js/img/arrow_left.gif',
		imgnexty : 'js/img/arrow_right2.gif', // Image for next year button.
		imgprevy : 'js/img/arrow_left2.gif' // Image for previous year button.
	},
	monthnames:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
	daynames:["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"]
};

