addNamespace("cyrcw");
cyrcw.rcreg_class = Class.create();
cyrcw.rcreg_class.prototype = (new AjaxPro.Request()).extend({
	CheckID: function(strID, callback) {
		return this.invoke("CheckID", {"strID":strID}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/cyrcw.rcreg,cyrcw.ashx";
	}
})
cyrcw.rcreg = new cyrcw.rcreg_class();

