if(typeof Login == "undefined") Login={};
Login_class = function() {};
Object.extend(Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateForm: function(type, value) {
		return this.invoke("ValidateForm", {"type":type, "value":value}, this.ValidateForm.getArguments().slice(2));
	},
	Symmetric: function(str) {
		return this.invoke("Symmetric", {"str":str}, this.Symmetric.getArguments().slice(1));
	},
	url: '/ajaxpro/i3.WebUI.Login,Web.ashx'
}));
Login = new Login_class();

