if(typeof ASP == "undefined") ASP={};
if(typeof ASP.ic_template_subpage_portfolio == "undefined") ASP.ic_template_subpage_portfolio={};
ASP.ic_template_subpage_portfolio_class = function() {};
Object.extend(ASP.ic_template_subpage_portfolio_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DisplayPortfolioControls: function(argCategoryID, argPageID) {
		return this.invoke("DisplayPortfolioControls", {"argCategoryID":argCategoryID, "argPageID":argPageID}, this.DisplayPortfolioControls.getArguments().slice(2));
	},
	DisplayPortfolioDetails: function(argPageID) {
		return this.invoke("DisplayPortfolioDetails", {"argPageID":argPageID}, this.DisplayPortfolioDetails.getArguments().slice(1));
	},
	url: '/ajaxpro/ASP.ic_template_subpage_portfolio,App_Web_88iaty0x.ashx'
}));
ASP.ic_template_subpage_portfolio = new ASP.ic_template_subpage_portfolio_class();

