addNamespace("ctlBrowserCaps");
ctlBrowserCaps_class = function() {};
Object.extend(ctlBrowserCaps_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendFeatures: function(Features) {
		return this.invoke("SendFeatures", {"Features":Features}, this.SendFeatures.getArguments().slice(1));
	},
	url: '/ajaxpro/ctlBrowserCaps,App_Web_ctlbrowsercaps.ascx.6108b6b3.ashx'
}));
ctlBrowserCaps = new ctlBrowserCaps_class();

