var caldef3 = 
{
		firstday:0,
		dtype:'yyyy-MM-dd',
		width:250,
		windoww:300,
		windowh:200,
		border_width:0,
		border_color:'#0000d3',
		dn_css:'clsDayName',
		cd_css:'clsCurrentDay', 
		tw_css:'clsCurrentWeek',
		wd_css:'clsWorkDay',
		we_css:'clsWeekEnd',
		wdom_css:'clsWorkDayOtherMonth',
		weom_css:'clsWeekEndOtherMonth',
		headerstyle: {
						type:"buttons",
						imgnextm:'/js/CodeThatCalendar/Script/img/next.gif',
						imgprevm:'/js/CodeThatCalendar/Script/img/prev.gif',
						imgnexty:'/js/CodeThatCalendar/Script/img/next_year.gif',
						imgprevy:'/js/CodeThatCalendar/Script/img/prev_year.gif',
						css:'clsDayName'
					 },
		monthnames :["January", "February", "March", "April", "May", 
					 "June", "July", "August", "September", "October", 
					 "November", "December"],
		daynames : ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"]

};