if(typeof UserCtrl_Top == "undefined") UserCtrl_Top={};
UserCtrl_Top_class = function() {};
Object.extend(UserCtrl_Top_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	upProductIntro: function(firstLevelPage) {
		return this.invoke("upProductIntro", {"firstLevelPage":firstLevelPage}, this.upProductIntro.getArguments().slice(1));
	},
	url: '/ajaxpro/UserCtrl_Top,QuickCAD.Release.ashx'
}));
UserCtrl_Top = new UserCtrl_Top_class();


