Need a fadeToggle method ?
add this to your jquery.js :
jQuery.fn.fadeToggle = function(speed, easing, callback) {
return this.animate({opacity: 'toggle'}, speed, easing, callback);
};
blog.pengoworks.com/index.cfm/2008/2/6/jQuery-fadeToggle-plugin
need to use 2 libs at the same...