hide: function(element) {
        if (typeof(element) == 'string') element = '#' + element;
        jQuery(element).hide();
      },