var caldef4 = {
	firstday:1,
	dtype:'yyyy-MM-dd',
	width:250,
	windoww:275,
	windowh:170,
	border_width:0,
	border_color:'#ffffff',
	dn_css:'clsDayName',
	cd_css:'clsCurrentDay', 
	wd_css:'clsWorkDay',
	tw_css:'clsCurrentWeek2',  // CSS for current week
	we_css:'clsWeekEnd',
	wdom_css:'clsWorkDayOtherMonth',
	weom_css:'clsWeekEndOtherMonth',
	wdomcw_css:'clsWorkDayOthMonthCurWeek',
	weomcw_css:'clsWeekEndOthMonthCurWeek',
	wecd_css:'clsWeekEndCurDay',
	wecw_css:'clsWeekEndCurWeek',
	highlight_css:'clsCurrentDay',
	imgnextm:'images/img_calendar/next.gif',
	imgprevm:'images/img_calendar/prev.gif',
	headerstyle: {
		type:'buttons',
		css:'clsDayName',
		imgnextm:'images/img_calendar/next.gif',
		imgprevm:'images/img_calendar/prev.gif',
		imgnexty:'images/img_calendar/next_year.gif',
		imgprevy:'images/img_calendar/prev_year.gif' 
	},
	monthnames:["Styczen", "Luty", "Marzec", "Kwiecien", "Maj", "Czerwiec", "Lipiec", "Sierpien", "Wrzesien", "Pazdziernik", "Listopad", "Grudzien"],
	daynames:["Nd", "Pn", "Wt", "Sr", "Cz", "Pt", "So"],
	template_path:'',
	img_path:'images/img_calendar/'
};

var caldef5 = {
	firstday:1,
	dtype:'yyyy-MM-dd',
	width:250,
	windoww:275,
	windowh:170,
	border_width:0,
	border_color:'#ffffff',
	dn_css:'clsDayName',
	cd_css:'clsCurrentDay', 
	wd_css:'clsWorkDay',
	tw_css:'clsCurrentWeek2',  // CSS for current week
	we_css:'clsWeekEnd',
	wdom_css:'clsWorkDayOtherMonth',
	weom_css:'clsWeekEndOtherMonth',
	wdomcw_css:'clsWorkDayOthMonthCurWeek',
	weomcw_css:'clsWeekEndOthMonthCurWeek',
	wecd_css:'clsWeekEndCurDay',
	wecw_css:'clsWeekEndCurWeek',
	highlight_css:'clsCurrentDay',
	imgnextm:'images/img_calendar/next.gif',
	imgprevm:'images/img_calendar/prev.gif',
	headerstyle: {
		type:'buttons',
		css:'clsDayName',
		imgnextm:'images/img_calendar/next.gif',
		imgprevm:'images/img_calendar/prev.gif',
		imgnexty:'images/img_calendar/next_year.gif',
		imgprevy:'images/img_calendar/prev_year.gif' 
	},
	monthnames:["Styczen", "Luty", "Marzec", "Kwiecien", "Maj", "Czerwiec", "Lipiec", "Sierpien", "Wrzesien", "Pazdziernik", "Listopad", "Grudzien"],
	daynames:["Nd", "Pn", "Wt", "Sr", "Cz", "Pt", "So"],
	template_path:'',
	img_path:'images/img_calendar/'
};
