
function setActive(id){
    $(".menu-element.m"+id).addClass("active");
}

function setFooter() {
    $top = $(".content").height()
    $top = $top + 750;
    
    $(".bottom").css("top", $top+"px");
}
