var caldef1 = {
	firstday:0,
	dtype:'yyyy-MM-dd',
	width:250,
	windoww:270,
	windowh:170,
	border_width:0,
	border_color:'#ffffff',
	dn_css:'clsDayName',
	cd_css:'clsCurrentDay',
	tw_css:'clsWorkDay',
	wd_css:'clsWorkDay',
	we_css:'clsWeekEnd',
	wdom_css:'clsWorkDayOtherMonth',
	weom_css:'clsWeekEndOtherMonth',
	wdomcw_css:'clsWorkDayOthMonthCurWeek',
	weomcw_css:'clsWeekEndOthMonthCurWeek',
	wecd_css:'clsWeekEndCurDay',
	wecw_css:'clsWeekEndCurWeek',
	highlight_css:'clsCurrentDay',
	headerstyle: {
		type:'buttons',
		css:'clsDayName',
		imgnextm:'gifs/next_cal.gif',
		imgprevm:'gifs/prev_cal.gif',
		imgnexty:'gifs/next_year_cal.gif',
		imgprevy:'gifs/prev_year_cal.gif'
	},
	monthnames :["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
	daynames: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
	template_path:'',
	img_path: 'gifs/'
};
var c1 = new CodeThatCalendar(caldef1);
