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