﻿(function()
{var dropdown;var time;jQuery.fn.dropdown=function(set_dropdown,set_time)
{dropdown=set_dropdown;time=set_time;$(this).live("mouseover",function()
{if(!$(this).data('initHoverIntent'))
{$(this).data('initHoverIntent',true);$(this).hoverIntent({timeout:20,over:function(){$(dropdown,this).slideDown(time);},out:function(){$(dropdown,this).fadeOut(time);}});$(this).trigger("mouseover");}});};})(jQuery);
