if(typeof Show == "undefined") Show={};
if(typeof Show.Web == "undefined") Show.Web={};
if(typeof Show.Web.Skins == "undefined") Show.Web.Skins={};
if(typeof Show.Web.Skins.Source == "undefined") Show.Web.Skins.Source={};
if(typeof Show.Web.Skins.Source.CompanyList == "undefined") Show.Web.Skins.Source.CompanyList={};
Show.Web.Skins.Source.CompanyList_class = function() {};
Object.extend(Show.Web.Skins.Source.CompanyList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetSortMode: function(sortField) {
		return this.invoke("SetSortMode", {"sortField":sortField}, this.SetSortMode.getArguments().slice(1));
	},
	url: '/ajaxpro/Show.Web.Skins.Source.CompanyList,Show.Web.ashx'
}));
Show.Web.Skins.Source.CompanyList = new Show.Web.Skins.Source.CompanyList_class();


