addNamespace("GQC_2006_v1");
GQC_2006_v1.AjaxMethods_class = Class.create();
GQC_2006_v1.AjaxMethods_class.prototype = (new AjaxPro.Request()).extend({
	CreateTC: function(color, callback) {
		return this.invoke("CreateTC", {"color":color}, callback);
	},
	CreateBC: function(callback) {
		return this.invoke("CreateBC", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/GQC_2006_v1.AjaxMethods,GQC_2006_v1.ashx";
	}
})
GQC_2006_v1.AjaxMethods = new GQC_2006_v1.AjaxMethods_class();

