if(typeof enterprise == "undefined") enterprise={};
enterprise_class = function() {};
Object.extend(enterprise_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	scontent: function(mid) {
		return this.invoke("scontent", {"mid":mid}, this.scontent.getArguments().slice(1));
	},
	url: '/ajaxpro/enterprise,newmsup.ashx'
}));
enterprise = new enterprise_class();

