if(typeof _Default == "undefined") _Default={};
_Default_class = function() {};
Object.extend(_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetClickTijd: function(top, start, soort) {
		return this.invoke("GetClickTijd", {"top":top, "start":start, "soort":soort}, this.GetClickTijd.getArguments().slice(3));
	},
	GetPrijs: function(soort, aantal, aantalBegeleiders, aantalKoffie, aantalThee, aantalChocomel, exclusief) {
		return this.invoke("GetPrijs", {"soort":soort, "aantal":aantal, "aantalBegeleiders":aantalBegeleiders, "aantalKoffie":aantalKoffie, "aantalThee":aantalThee, "aantalChocomel":aantalChocomel, "exclusief":exclusief}, this.GetPrijs.getArguments().slice(7));
	},
	GetOverlap: function(startTijd, eindTijd) {
		return this.invoke("GetOverlap", {"startTijd":startTijd, "eindTijd":eindTijd}, this.GetOverlap.getArguments().slice(2));
	},
	url: '/ajaxpro/_Default,App_Web_yqnztqty.ashx'
}));
_Default = new _Default_class();


