document.writeln(""); document.writeln(""); document.writeln(""); $(".nav_con .name").mouseover(function(){ $(this).children(".nac_b").show(); }) $(".nav_con .name").mouseleave(function(){ $(this).children(".nac_b").hide(); })