jQuery.fn.slideFade = function() {
   return this.animate({"height": "toggle", "opacity": "toggle"}, "slow");
   };