if(typeof PTSA == "undefined") PTSA={};
if(typeof PTSA.Exhibition == "undefined") PTSA.Exhibition={};
if(typeof PTSA.Exhibition.Master_Exhibition == "undefined") PTSA.Exhibition.Master_Exhibition={};
PTSA.Exhibition.Master_Exhibition_class = function() {};
Object.extend(PTSA.Exhibition.Master_Exhibition_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IncCompanyCount: function(ID) {
		return this.invoke("IncCompanyCount", {"ID":ID}, this.IncCompanyCount.getArguments().slice(1));
	},
	url: '/ajaxpro/PTSA.Exhibition.Master_Exhibition,PTSA.Web.ashx'
}));
PTSA.Exhibition.Master_Exhibition = new PTSA.Exhibition.Master_Exhibition_class();

