if(typeof GameFeatures == "undefined") GameFeatures={};
GameFeatures_class = function() {};
Object.extend(GameFeatures_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShowContent: function(NewID) {
		return this.invoke("ShowContent", {"NewID":NewID}, this.ShowContent.getArguments().slice(1));
	},
	url: '/ajaxpro/GameFeatures,hangHaiWebsite.ashx'
}));
GameFeatures = new GameFeatures_class();

