$.fn.dropdown=function(n,t,i,r){$(this).bind("click",function(){$(t).is(":hidden")?(i(),$(t).slideDown("slow")):($(t).slideUp("slow"),r())})}
