if(typeof SCEC == "undefined") SCEC={};
if(typeof SCEC.WWW == "undefined") SCEC.WWW={};
if(typeof SCEC.WWW.ucControl == "undefined") SCEC.WWW.ucControl={};
if(typeof SCEC.WWW.ucControl.ucLogin == "undefined") SCEC.WWW.ucControl.ucLogin={};
SCEC.WWW.ucControl.ucLogin_class = function() {};
Object.extend(SCEC.WWW.ucControl.ucLogin_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetUser: function() {
		return this.invoke("GetUser", {}, this.GetUser.getArguments().slice(0));
	},
	CheckLogin: function(strUserName, strPassword) {
		return this.invoke("CheckLogin", {"strUserName":strUserName, "strPassword":strPassword}, this.CheckLogin.getArguments().slice(2));
	},
	url: '/ajaxpro/SCEC.WWW.ucControl.ucLogin,SCEC.WWW.ashx'
}));
SCEC.WWW.ucControl.ucLogin = new SCEC.WWW.ucControl.ucLogin_class();

