function DepartmentsInit(){var departments=$('.namecontainer');for(i=0;i<departments.length;i++){rep=$(departments[i]);if($(rep.children('a')[0]).attr('href').match(/department\/89\//)){rep.parent('.top-dep').hide();}}
$('.has-childs').mouseenter(function(){$(this).children('.sub-dep-container').show(100)})
$('.has-childs').mouseleave(function(){$(this).children('.sub-dep-container').hide(100)})}
