if(typeof TrustnetX == "undefined") TrustnetX={};
TrustnetX.PortfolioRegister_class = function() {};
Object.extend(TrustnetX.PortfolioRegister_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadOccupationOption: function(keyValue, type, OptionsName) {
		return this.invoke("LoadOccupationOption", {"keyValue":keyValue, "type":type, "OptionsName":OptionsName}, this.LoadOccupationOption.getArguments().slice(3));
	},
	url: '/ajaxpro/TrustnetX.PortfolioRegister,TrustnetX.ashx'
}));
TrustnetX.PortfolioRegister = new TrustnetX.PortfolioRegister_class();

