addNamespace("ITAComponents.Web.UI.Portal");
ITAComponents.Web.UI.Portal.ITAPortalLoginPopup_class = function() {};
Object.extend(ITAComponents.Web.UI.Portal.ITAPortalLoginPopup_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAccountIsAvailable: function(Account) {
		return this.invoke("GetAccountIsAvailable", {"Account":Account}, this.GetAccountIsAvailable.getArguments().slice(1));
	},
	DoLogin: function(Login, Password) {
		return this.invoke("DoLogin", {"Login":Login, "Password":Password}, this.DoLogin.getArguments().slice(2));
	},
	url: '/ajaxpro/ITAComponents.Web.UI.Portal.ITAPortalLoginPopup,ITAComponents.Web.UI.Portal.ashx'
}));
ITAComponents.Web.UI.Portal.ITAPortalLoginPopup = new ITAComponents.Web.UI.Portal.ITAPortalLoginPopup_class();

