var caldef1 = {
	firstday:1,
	dtype:'dd/MM/yyyy',
	width:250,
	windoww:270,
	windowh:190,
	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:'pics/next.gif',
		imgprevm:'pics/prev.gif',
		imgnexty:'pics/next_year.gif',
		imgprevy:'pics/prev_year.gif'
	},
	monthnames :["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"],
	daynames: ["Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sá"],
	template_path:'',
	img_path: 'pics/'
};