jQuery.fn.extend( {
    show: function() {
        return showHide( this, true );
    },
    hide: function() {