if(typeof MySurvey_Wizard == "undefined") MySurvey_Wizard={};
MySurvey_Wizard_class = function() {};
Object.extend(MySurvey_Wizard_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTemplateList: function(encryptedCategoryID) {
		return this.invoke("GetTemplateList", {"encryptedCategoryID":encryptedCategoryID}, this.GetTemplateList.getArguments().slice(1));
	},
	GetTemplateDescription: function(encryptedSurveyID) {
		return this.invoke("GetTemplateDescription", {"encryptedSurveyID":encryptedSurveyID}, this.GetTemplateDescription.getArguments().slice(1));
	},
	url: '/ajaxpro/MySurvey_Wizard,AccountManager.ashx'
}));
MySurvey_Wizard = new MySurvey_Wizard_class();

