var caldef4_old = {
	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:'include/calendar_img/next.gif',
	imgprevm:'include/calendar_img/prev.gif',
	headerstyle: {
		type:'buttons',
		css:'clsDayName',
		imgnextm:'include/calendar_img/next.gif',
		imgprevm:'include/calendar_img/prev.gif',
		imgnexty:'include/calendar_img/next_year.gif',
		imgprevy:'include/calendar_img/prev_year.gif' 
	},
	monthnames:["Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"],
	daynames:["Pn", "Wt", "Śr", "Cz", "Pt", "So", "Nd"],
	template_path:'include/',
	img_path:'include/calendar_img/'
};

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:'include/calendar_img/next.gif',
	imgprevm:'include/calendar_img/prev.gif',
	headerstyle :
	{
		type : "comboboxes",
		css : 'clsWorkDayOtherMonth',
		yearrange : [2000, 2020]
	},
	monthnames:["Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"],
	daynames:["Pn", "Wt", "Śr", "Cz", "Pt", "So", "Nd"],
	template_path:'include/',
	img_path:'include/calendar_img/'
};<!-- 

 -->
