if(typeof TrustNetOffshore == "undefined") TrustNetOffshore={};
TrustNetOffshore.PortfolioRegister_class = function() {};
Object.extend(TrustNetOffshore.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/TrustNetOffshore.PortfolioRegister,TrustNetOffshore.ashx'
}));
TrustNetOffshore.PortfolioRegister = new TrustNetOffshore.PortfolioRegister_class();

