if(typeof RoagControls == "undefined") RoagControls={};
RoagControls.QuickLogin_class = function() {};
Object.extend(RoagControls.QuickLogin_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateLogin: function(user, password, RememberMe) {
		return this.invoke("ValidateLogin", {"user":user, "password":password, "RememberMe":RememberMe}, this.ValidateLogin.getArguments().slice(3));
	},
	url: '/ajaxpro/RoagControls.QuickLogin,RoagControls.ashx'
}));
RoagControls.QuickLogin = new RoagControls.QuickLogin_class();


