if(typeof verbal == "undefined") verbal={};
if(typeof verbal.WebForm2 == "undefined") verbal.WebForm2={};
verbal.WebForm2_class = function() {};
Object.extend(verbal.WebForm2_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	saveInfo: function(info, reds, greens, yellows, sids, eids, types, comments) {
		return this.invoke("saveInfo", {"info":info, "reds":reds, "greens":greens, "yellows":yellows, "sids":sids, "eids":eids, "types":types, "comments":comments}, this.saveInfo.getArguments().slice(8));
	},
	url: '/flashtool/verbal/ajaxpro/verbal.WebForm2,verbal.ashx'
}));
verbal.WebForm2 = new verbal.WebForm2_class();

