addNamespace("FShoesModules");
FShoesModules.TopToolBar_class = Class.create();
FShoesModules.TopToolBar_class.prototype = (new AjaxPro.AjaxClass()).extend({
	needReLogin: function() {
		return this.invoke("needReLogin", {}, this.needReLogin.getArguments().slice(0));
	},
	initialize: function() {
		this.url = '/ajaxpro/FShoesModules.TopToolBar,FShoesModules.ashx';
	}
});
FShoesModules.TopToolBar = new FShoesModules.TopToolBar_class();

