$(document).ready(function(){var timer;$(".info").hover(function(){if($(this).parent().hasClass("nd_info_top")){$("#updown").hide()}var $this=$(this);timer=setTimeout(function(){$this.children("dfn").show()},400)},function(){if($(this).parent().hasClass("nd_info_top")){$("#updown").show()}clearTimeout(timer);$(this).children("dfn").hide()})});