if(typeof craftphil == "undefined") craftphil={};
if(typeof craftphil.WWW == "undefined") craftphil.WWW={};
if(typeof craftphil.WWW.UC == "undefined") craftphil.WWW.UC={};
craftphil.WWW.UC.Company_class = function() {};
Object.extend(craftphil.WWW.UC.Company_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShowItem: function(id) {
		return this.invoke("ShowItem", {"id":id}, this.ShowItem.getArguments().slice(1));
	},
	url: '/ajaxpro/craftphil.WWW.UC.Company,craftphil.WWW.ashx'
}));
craftphil.WWW.UC.Company = new craftphil.WWW.UC.Company_class();

