$.fn.hideShowClusterConf = function(options) {
    return this.each(function() {
      new HideShowClusterConf(this, options);
    });
  }