$(".btn-man").click(function(){$(".man-rev").fadeIn(400);$(".woman-rev").fadeOut(200);$(".btn-woman").removeClass("active");$(".btn-man").addClass("active")});$(".btn-woman").click(function(){$(".woman-rev").fadeIn(400);$(".man-rev").fadeOut(200);$(".btn-woman").addClass("active")
$(".btn-man").removeClass("active")});$('a[href="#fill"]').click(function(a){a.preventDefault();var e=$("#fill");return $("html, body").animate({scrollTop:$(e).offset().top},400),!1}),$(document).ready(function(){$("a[rel]").click(function(a){return a.preventDefault(),$("html, body").animate({scrollTop:$("."+$(this).attr("rel")).offset().top},400),!1})})