<!--
var params = {
	firstday:0,
	dtype:'dd/MM/yyyy',
	width:275,
	windoww:300,
	windowh:200,
	border_width:0,
	border_color:'White',
	headerstyle: {
		type:"buttons",
		css:'clsDayName',
		imgnextm:'/pictures/forward.jpg',
		imgprevm:'/pictures/back.jpg'
	},
	monthnames:["Januari","Februari","Maart","April","Mei","Juni","Juli","Augustus","September","October","November","December"], 
    daynames:["Zo","Ma","Di","Wo","Do","Vr","Za"], 
};
t=false;
function ie_ua(){
	t=ua;
}
function show(id){
	var c1 = new CodeThatCalendar(params);
	c1.popup(id);
}
//-->