if(typeof alliedhw == "undefined") alliedhw={};
if(typeof alliedhw.PublicPortalComponents == "undefined") alliedhw.PublicPortalComponents={};
if(typeof alliedhw.PublicPortalComponents.Controls == "undefined") alliedhw.PublicPortalComponents.Controls={};
if(typeof alliedhw.PublicPortalComponents.Controls.Header_class == "undefined") alliedhw.PublicPortalComponents.Controls.Header_class={};
alliedhw.PublicPortalComponents.Controls.Header_class = function() {};
Object.extend(alliedhw.PublicPortalComponents.Controls.Header_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateUser: function(loginAsType, name, pwd, RememberMe) {
		return this.invoke("ValidateUser", {"loginAsType":loginAsType, "name":name, "pwd":pwd, "RememberMe":RememberMe}, this.ValidateUser.getArguments().slice(4));
	},
	url: '/ajaxpro/alliedhw.PublicPortalComponents.Controls.Header,alliedhw.ashx'
}));
alliedhw.PublicPortalComponents.Controls.Header = new alliedhw.PublicPortalComponents.Controls.Header_class();


