if(typeof NetShop == "undefined") NetShop={};
if(typeof NetShop.UserControl == "undefined") NetShop.UserControl={};
if(typeof NetShop.UserControl.Login == "undefined") NetShop.UserControl.Login={};
NetShop.UserControl.Login_class = function() {};
Object.extend(NetShop.UserControl.Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsValidName: function(strUser) {
		return this.invoke("IsValidName", {"strUser":strUser}, this.IsValidName.getArguments().slice(1));
	},
	url: '/ajaxpro/NetShop.UserControl.Login,NetShop.ashx'
}));
NetShop.UserControl.Login = new NetShop.UserControl.Login_class();

