addNamespace("UserControl_SurveyCtrl");
UserControl_SurveyCtrl_class = function() {};
Object.extend(UserControl_SurveyCtrl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LookOptionValue: function(SurveyID, TempName, IndexID, IndexAID) {
		return this.invoke("LookOptionValue", {"SurveyID":SurveyID, "TempName":TempName, "IndexID":IndexID, "IndexAID":IndexAID}, this.LookOptionValue.getArguments().slice(4));
	},
	SetOptionValue: function(SurveyID, Value, Type) {
		return this.invoke("SetOptionValue", {"SurveyID":SurveyID, "Value":Value, "Type":Type}, this.SetOptionValue.getArguments().slice(3));
	},
	url: '/ajaxpro/UserControl_SurveyCtrl,App_Web_surveyctrl.ascx.6be62623.ashx'
}));
UserControl_SurveyCtrl = new UserControl_SurveyCtrl_class();

