if(typeof Survey == "undefined") Survey={};
Survey_class = function() {};
Object.extend(Survey_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	saveSurvey: function(siteId, SurveyId, AnswerId, barWidth, barHeight, barFrontColor, barBackColor) {
		return this.invoke("saveSurvey", {"siteId":siteId, "SurveyId":SurveyId, "AnswerId":AnswerId, "barWidth":barWidth, "barHeight":barHeight, "barFrontColor":barFrontColor, "barBackColor":barBackColor}, this.saveSurvey.getArguments().slice(7));
	},
	url: '/ajaxpro/skybrud.edit.Survey,skybrud.edit.vb.ashx'
}));
Survey = new Survey_class();


