var params = {
	firstday:1,
	dtype:'MM/dd/yyyy',
	width:275,
	windoww:300,
	windowh:200,
	border_width:0,
	border_color:'White',
	multi:false,
	spr:"\n",
	dn_css:'clsDayName',
	cd_css:'clsCurrentDay',
	tw_css:'clsCurrentWeek',
	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:'clsHighLight',
	headerstyle: {
		type:"buttons",
		css:'clsDayName',
		imgnextm:'img/forward.jpg',
		imgprevm:'img/back.jpg'
	},
	imgapply:"img/apply.gif",
	monthnames:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
	daynames:["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
	txt:["Previous year", "Previous month", "Next month", "Next year", "Apply"]
};
t=false;
function ie_ua(){
	t=ua;
}
function show(id){
	var c1 = new CodeThatCalendar(params);
	c1.popup(id);
}

