$('#our-people').click(function() {
$("#sub-nav").slideToggle("fast");
return false;
});
