How do I kill/override the animation methods that are built into the code? I'm not a fan of the opacity or height methods and would like to see this menu without these additions. Is this the line that needs tweaking (and if so, can someone show me how)?
$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });