addNamespace("module_companies_overview");
module_companies_overview_class = function() {};
Object.extend(module_companies_overview_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getCompanyPreview: function(CompanyID, Lng, Theme, MenuId) {
		return this.invoke("getCompanyPreview", {"CompanyID":CompanyID, "Lng":Lng, "Theme":Theme, "MenuId":MenuId}, this.getCompanyPreview.getArguments().slice(4));
	},
	url: '/ajaxpro/module_companies_overview,App_Web_fdwibelf.ashx'
}));
module_companies_overview = new module_companies_overview_class();


